summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Expand)Author
2023-11-19[5.0.x] Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x.Mariusz Felisiak
2023-10-10[5.0.x] Reorganized tutorial's part 4 to better understand changes needed in ...Natalia
2023-10-09[5.0.x] Refs #34043 -- Clarified how to test UI changes.sarahboyce
2023-10-09[5.0.x] Added backticks to setuptools in docs.Mariusz Felisiak
2023-06-28Fixed typo in docs/intro/tutorial08.txt.Cerebro Cerberus
2023-06-05Fixed #34621 -- Made admin site header render in <div> tag.Howard Cox
2023-05-22Fixed #34579 -- Added Django Forum to contributing guides.Mohit Singh Sinsniwal
2023-04-17Used extlinks for PyPI links.Tim Graham
2023-03-03Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-02-07Refs #34146 -- Fixed typos in tutorial. (#16530)Carlton Gibson
2023-02-07Fixed #34146 -- Added 3rd-party lib tutorial step.Tim Schilling
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2023-01-04Fixed #34232 -- Fixed typo in docs/intro/tutorial07.txt.Raj Desai
2022-10-20Updated UTC uses to datetime.timezone.utc in docs.Diane DeMers Chen
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-10-04Removed note about "0" IP address from tutorial.Mariusz Felisiak
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-08-26Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL.Mariusz Felisiak
2022-08-15Fixed #33778 -- Updated build-system configuration.Youssef
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2022-04-26Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana
2022-03-29Updated various links to HTTPS and new locations.Mariusz Felisiak
2022-03-22Refs #31676 -- Used term "merger" instead of "committer" in docs.Mariusz Felisiak
2022-03-08Clarified that tutorial background image should be self-provided.Adam Johnson
2022-02-25Optimized docs images.Mariusz Felisiak
2022-02-25Fixed #33267 -- Added link to related item to related widget wrapper in admin.Shubh1815
2022-01-22Stopped including type="text/css" attributes for CSS link tags.Claude Paroz
2022-01-20Improved wording in running Django’s test suite in contributing tutorial.Tilak
2021-11-03Corrected module reference in contributing tutorial.Adam Johnson
2021-09-29Recommended using .tables on SQLite in tutorial 2.Victor Sowa
2021-09-17Fixed typo in docs/intro/reusable-apps.txt.Steven Maude
2021-08-26Made sentence about Model consistent in docs.Zainab Amir
2021-08-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-08-02Clarified URL patterns in tutorial 3.ilu_vatar_
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-06-04Refs #32338 -- Improved accessibility of RadioSelect examples in docs.David Smith
2021-06-03Refs #31356 -- Changed IRC links to the Libera.Chat webchat.Mariusz Felisiak
2021-05-20Changed IRC references to Libera.Chat.Mariusz Felisiak
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-04-23Refs #28034 -- Corrected docs example in contributing tutorial.Clumart.G
2021-03-09Updated Git branch "master" to "main".Markus Holtermann
2021-02-11Refs #30944 -- Added pyproject.toml in reusable apps docs.Nick Pope
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-02-04Refs #32412 -- Adjusted link from tutorial to reference docs.GabbyPrecious
2021-01-27Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting inlines UI.Carlton Gibson
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope