summaryrefslogtreecommitdiff
path: root/docs/intro
Commit message (Expand)AuthorAgeFilesLines
* Used extlinks for PyPI links.Tim Graham2023-04-171-6/+3
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-031-0/+0
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-019-117/+143
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-283-3/+5
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-107-21/+57
* Refs #34146 -- Fixed typos in tutorial. (#16530)Carlton Gibson2023-02-071-10/+0
* Fixed #34146 -- Added 3rd-party lib tutorial step.Tim Schilling2023-02-074-1/+106
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-182-4/+4
* Fixed #34232 -- Fixed typo in docs/intro/tutorial07.txt.Raj Desai2023-01-041-7/+7
* Updated UTC uses to datetime.timezone.utc in docs.Diane DeMers Chen2022-10-201-1/+1
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-6/+6
* Removed note about "0" IP address from tutorial.Mariusz Felisiak2022-10-041-3/+3
* Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega2022-08-301-2/+2
* Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL.Mariusz Felisiak2022-08-261-7/+7
* Fixed #33778 -- Updated build-system configuration.Youssef2022-08-151-2/+2
* Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov2022-08-091-1/+1
* Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak2022-05-319-62/+62
* Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana2022-04-261-0/+0
* Updated various links to HTTPS and new locations.Mariusz Felisiak2022-03-291-1/+1
* Refs #31676 -- Used term "merger" instead of "committer" in docs.Mariusz Felisiak2022-03-221-3/+3
* Clarified that tutorial background image should be self-provided.Adam Johnson2022-03-081-5/+7
* Optimized docs images.Mariusz Felisiak2022-02-2512-0/+0
* Fixed #33267 -- Added link to related item to related widget wrapper in admin.Shubh18152022-02-251-0/+0
* Stopped including type="text/css" attributes for CSS link tags.Claude Paroz2022-01-221-1/+1
* Improved wording in running Django’s test suite in contributing tutorial.Tilak2022-01-201-2/+2
* Corrected module reference in contributing tutorial.Adam Johnson2021-11-031-1/+1
* Recommended using .tables on SQLite in tutorial 2.Victor Sowa2021-09-291-1/+1
* Fixed typo in docs/intro/reusable-apps.txt.Steven Maude2021-09-171-1/+1
* Made sentence about Model consistent in docs.Zainab Amir2021-08-261-4/+4
* Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall2021-08-172-3/+3
* Clarified URL patterns in tutorial 3.ilu_vatar_2021-08-021-2/+3
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-2913-31/+31
* Refs #32338 -- Improved accessibility of RadioSelect examples in docs.David Smith2021-06-041-8/+8
* Refs #31356 -- Changed IRC links to the Libera.Chat webchat.Mariusz Felisiak2021-06-032-2/+2
* Changed IRC references to Libera.Chat.Mariusz Felisiak2021-05-202-3/+3
* Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope2021-05-175-5/+5
* Refs #28034 -- Corrected docs example in contributing tutorial.Clumart.G2021-04-231-0/+2
* Updated Git branch "master" to "main".Markus Holtermann2021-03-092-9/+9
* Refs #30944 -- Added pyproject.toml in reusable apps docs.Nick Pope2021-02-111-6/+14
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-102-4/+3
* Refs #32412 -- Adjusted link from tutorial to reference docs.GabbyPrecious2021-02-041-2/+2
* Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting inlines UI.Carlton Gibson2021-01-274-2/+2
* Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope2021-01-131-6/+10
* Added python_requires/install_requires to setup.cfg example in reusable apps ...Thomas Güttler2020-12-151-0/+3
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-7/+7
* Updated {% static %} tag examples in docs to use single quotes where appropri...Nikita Sobolev2020-11-021-1/+1
* Updated How to install Django on Windows guide.David Smith2020-06-031-2/+1
* Adjusted URL example in tutorial.Carlton Gibson2020-06-021-1/+1
* Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne2020-06-022-12/+9
* Fixed #31628 -- Updated Windows install guide to recommend venv.David Smith2020-05-271-7/+0