| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-05 | Fixed #35737 -- Clarified where "models" comes from in tutorial 7. | Mariatta | |
| 2024-08-12 | Refs #35591 -- Removed hardcoded "stable" version in runserver warning. | Mariusz Felisiak | |
| 2024-08-09 | Fixed #35591 -- Added unsuitable for production console warning to runserver. | Andrew Miller | |
| 2024-08-05 | Used :pypi: role in docs where appropriate. | Mariusz Felisiak | |
| 2024-08-05 | Refs #35380 -- Updated screenshots in intro docs. | Natalia | |
| 2024-07-24 | Fixed #35541 -- Fixed paginator border in admin CSS. | arjunomray | |
| 2024-07-12 | Refs #35506 -- Reverted "global URLconf" to "root URLconf" in tutorial 1. | Tim Graham | |
| 2024-07-08 | Fixed 35506 -- Clarified initial references to URLconf in tutorial 1. | lucas-r-oliveira | |
| 2024-07-04 | Relocated database setup details to install docs to simplify tutorial 2. | Kudz | |
| Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2024-07-04 | Removed unneeded hyphens in "counterintuitive". | Carlton Gibson | |
| Follow-up to 65ad4ade74dc9208b9d686a451cd6045df0c9c3a which added counterintuitive to the wordlist. Removes unneeded (antiquated) hyphenated usages. See e.g. https://www.merriam-webster.com/dictionary/counterintuitive | |||
| 2024-06-25 | Refs #35380 -- Updated screenshots in intro docs. | Sarah Boyce | |
| 2024-06-25 | Fixed #35558 -- Increased inline H3 headers color prominence in admin change ↵ | Sarah Boyce | |
| page. | |||
| 2024-06-25 | Fixed #35540 -- Fixed the padding on admin login page. | arjunomray | |
| 2024-06-21 | Fixed #35461 -- Updated misleading django-debug-toolbar instructions. | Rosana Rufer | |
| The DjDT "handle" isn't visible on the polls application as the templates are missing <body> tags for brevity. | |||
| 2024-06-09 | Moved confirmation about dev server running to earlier in tutorial 1. | Andreu Vallbona | |
| 2024-06-09 | Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. | Andreu Vallbona | |
| 2024-06-09 | Simplified tutorial 1 when describing how to run the dev server. | Andreu Vallbona | |
| 2024-06-08 | Fixed #35503 -- Removed distracting PHP reference in tutorial 1. | Ismael | |
| 2024-04-11 | Corrected description of list_display being a list in tutorial 7. | Aleksander Milinkevich | |
| 2024-04-04 | Fixed #35347 -- Clarified choice_set attribute in tutorial 2. | Lang Tran | |
| 2024-03-29 | Restored django.db.models.F import in final code snippet added at the ↵ | Taishi Endo | |
| beginning of tutorial 4. | |||
| 2024-02-21 | Removed distracting note from tutorial 4. | Carlton Gibson | |
| The note on a possible race condition is inappropriate in this tutorial setting. To quote Diátaxis: > Your job is to guide the learner to a successful conclusion. There > may be many interesting diversions along the way … - ignore them. Co-Authored-By: Ryan Hiebert <ryan@ryanhiebert.com> | |||
| 2024-02-01 | Changed packing recommendation to use pyproject.toml in reusable apps docs. | Claude Paroz | |
| 2024-01-26 | Applied Black's 2024 stable style. | Mariusz Felisiak | |
| https://github.com/psf/black/releases/tag/24.1.0 | |||
| 2024-01-22 | Fixed tutorial 'background.gif' reference. | Adam Johnson | |
| Missed in 76fda7729e4cdfec715cd92b2c80d851797b05f7. | |||
| 2024-01-20 | Updated "Dive Into Python" links. | Emmanuel Katchy | |
| 2024-01-17 | Fixed #31700 -- Made makemigrations command display meaningful symbols for ↵ | Amir Karimi | |
| each operation. | |||
| 2024-01-04 | Fixed #35084 -- Recommended 'django_' prefix for reusable app modules. | Adam Johnson | |
| 2024-01-03 | Refs #33690 -- Updated tutorial for admin dark mode toggle. | Adam Johnson | |
| 2023-12-29 | Corrected method/function wording in tutorial 3. | Mohammad Yameen | |
| 2023-12-29 | Added backticks around name argument in tutorial 3. | virgitl.io | |
| 2023-12-14 | Fixed HTML code snippet in Tutorial's part 7 when customizing the admin's ↵ | Nanami | |
| site header. | |||
| 2023-11-19 | Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x. | Mariusz Felisiak | |
| 2023-10-10 | Reorganized tutorial's part 4 to better understand changes needed in URLConf. | Natalia | |
| 2023-10-09 | Refs #34043 -- Clarified how to test UI changes. | sarahboyce | |
| 2023-10-09 | Added backticks to setuptools in docs. | Mariusz Felisiak | |
| 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> | |||
