| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-26 | [5.0.x] Applied Black's 2024 stable style. | Mariusz Felisiak | |
| https://github.com/psf/black/releases/tag/24.1.0 Backport of 305757aec19c9d5111e4d76095ae0acd66163e4b from main | |||
| 2024-01-22 | [5.0.x] Fixed tutorial 'background.gif' reference. | Adam Johnson | |
| Missed in 76fda7729e4cdfec715cd92b2c80d851797b05f7. Backport of a5622f84ab0ba0ebb30c2b85f2b85d8aef75f337 from main | |||
| 2024-01-20 | [5.0.x] Updated "Dive Into Python" links. | Emmanuel Katchy | |
| Backport of 12ffcfc350a19bbfbc203126a9b6c84b5e0d0ba2 from main | |||
| 2024-01-04 | [5.0.x] Fixed #35084 -- Recommended 'django_' prefix for reusable app modules. | Adam Johnson | |
| Backport of 05f124348e72c1dcf1f6e5de72ffc1f67ad9aa77 from main | |||
| 2024-01-03 | [5.0.x] Refs #33690 -- Updated tutorial for admin dark mode toggle. | Adam Johnson | |
| Backport of c65f49d3cb8709f2f694f78b4849bc7693e90416 from main | |||
| 2023-12-29 | [5.0.x] Corrected method/function wording in tutorial 3. | Mohammad Yameen | |
| Backport of bb560651c489879c22878cba5003a09b6a9f930a from main | |||
| 2023-12-29 | [5.0.x] Added backticks around name argument in tutorial 3. | virgitl.io | |
| Backport of acfdf395061537f131e6116383284690f17aa8d9 from main | |||
| 2023-12-14 | [5.0.x] Fixed HTML code snippet in Tutorial's part 7 when customizing the ↵ | Nanami | |
| admin's site header. Backport of 5b52376d9f55fa7889f39225e6035c6d69168b71 from main | |||
| 2023-11-19 | [5.0.x] Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x. | Mariusz Felisiak | |
| Backport of ecfea054ee2b8ddfa027459ff8b6aecba05facf7 from main | |||
| 2023-10-10 | [5.0.x] Reorganized tutorial's part 4 to better understand changes needed in ↵ | Natalia | |
| URLConf. Backport of d21ab70223dcbdc5a2603a88945147f2f780deee from main | |||
| 2023-10-09 | [5.0.x] Refs #34043 -- Clarified how to test UI changes. | sarahboyce | |
| Backport of e083f3082c71853a01bf149bda7fdbaf58d25f4d from main | |||
| 2023-10-09 | [5.0.x] Added backticks to setuptools in docs. | Mariusz Felisiak | |
| Backport of 54b23b1835a8044c35754525dfcf2c3027d79aa8 from main | |||
| 2023-06-28 | Fixed typo in docs/intro/tutorial08.txt. | Cerebro Cerberus | |
| 2023-06-05 | Fixed #34621 -- Made admin site header render in <div> tag. | Howard Cox | |
| This was problematic for screen reader users because they use headings to navigate. Having two <h1> is confusing, and the one in the header wasn’t particularly helpful since it’s the same on all pages. | |||
| 2023-05-22 | Fixed #34579 -- Added Django Forum to contributing guides. | Mohit Singh Sinsniwal | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2023-04-17 | Used extlinks for PyPI links. | Tim Graham | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2023-03-03 | Fixed #32539 -- Added toggleable facet filters to ModelAdmin. | sarahboyce | |
| Thanks Carlton Gibson, Simon Willison, David Smith, and Mariusz Felisiak for reviews. | |||
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 2023-02-28 | Refs #34140 -- Corrected rst code-block and various formatting issues in docs. | Joseph Victor Zammit | |
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 2023-02-07 | Refs #34146 -- Fixed typos in tutorial. (#16530) | Carlton Gibson | |
| - Fixed formatting on index page. - Removed duplicate What's next section. Thanks to Tim Graham for the report. | |||
| 2023-02-07 | Fixed #34146 -- Added 3rd-party lib tutorial step. | Tim Schilling | |
| Added a tutorial step that highlights Django Debug Toolbar, on of the most common third party packages. It also added a mention of djangopackages.com as a place to search for other libraries and a link to Adam Johnson’s post on evaluating whether a package is well-maintained. Third-party packages are one of Django’s strengths. This should give folks a sound route in. | |||
| 2023-01-18 | Fixed #34233 -- Dropped support for Python 3.8 and 3.9. | Mariusz Felisiak | |
| 2023-01-04 | Fixed #34232 -- Fixed typo in docs/intro/tutorial07.txt. | Raj Desai | |
| 2022-10-20 | Updated UTC uses to datetime.timezone.utc in docs. | Diane DeMers Chen | |
| 2022-10-08 | Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to ↵ | Gregor Gärtner | |
| assertQuerySetEqual(). Co-Authored-By: Michael Howitz <mh@gocept.com> | |||
| 2022-10-04 | Removed note about "0" IP address from tutorial. | Mariusz Felisiak | |
| Tutorial should offer only minimum, necessary, explanation. | |||
| 2022-08-30 | Refs #30947 -- Changed tuples to lists where appropriate. | Alex Morega | |
| 2022-08-26 | Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL. | Mariusz Felisiak | |
| Follow up to 2eea361eff58dd98c409c5227064b901f41bd0d6. | |||
| 2022-08-15 | Fixed #33778 -- Updated build-system configuration. | Youssef | |
| This removes unnecessary wheel dependency and __legacy__ fallback. | |||
| 2022-08-09 | Fixed #33842 -- Used :source: role for links to repo files on GitHub. | Ramil Yanbulatov | |
| 2022-05-31 | Fixed docs build with sphinxcontrib-spelling 7.5.0+. | Mariusz Felisiak | |
| sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked. | |||
| 2022-04-26 | Fixed #27471 -- Made admin's filter choices collapsable. | Marcelo Galigniana | |
| 2022-03-29 | Updated various links to HTTPS and new locations. | Mariusz Felisiak | |
| 2022-03-22 | Refs #31676 -- Used term "merger" instead of "committer" in docs. | Mariusz Felisiak | |
| Follow up to caa2dd08c4722c8702588f5dfe1fa4c506aa66fc. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2022-03-08 | Clarified that tutorial background image should be self-provided. | Adam Johnson | |
| 2022-02-25 | Optimized docs images. | Mariusz Felisiak | |
| 2022-02-25 | Fixed #33267 -- Added link to related item to related widget wrapper in admin. | Shubh1815 | |
| 2022-01-22 | Stopped including type="text/css" attributes for CSS link tags. | Claude Paroz | |
| 2022-01-20 | Improved wording in running Django’s test suite in contributing tutorial. | Tilak | |
| 2021-11-03 | Corrected module reference in contributing tutorial. | Adam Johnson | |
| 2021-09-29 | Recommended using .tables on SQLite in tutorial 2. | Victor Sowa | |
| 2021-09-17 | Fixed typo in docs/intro/reusable-apps.txt. | Steven Maude | |
| 2021-08-26 | Made sentence about Model consistent in docs. | Zainab Amir | |
| 2021-08-17 | Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. | Andrew Northall | |
| 2021-08-02 | Clarified URL patterns in tutorial 3. | ilu_vatar_ | |
| Co-authored-by: Nick Pope <nick@nickpope.me.uk> | |||
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-06-04 | Refs #32338 -- Improved accessibility of RadioSelect examples in docs. | David Smith | |
| Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com> | |||
| 2021-06-03 | Refs #31356 -- Changed IRC links to the Libera.Chat webchat. | Mariusz Felisiak | |
| Follow up to 66491f08fe86629fa25977bb3dddda06959f65e7. | |||
| 2021-05-20 | Changed IRC references to Libera.Chat. | Mariusz Felisiak | |
