| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-28 | [5.2.x] Simplified Intersphinx configuration example. | Carlton Gibson | |
| docs.djangoproject.com had been updated to serve the object.inv file from the default location, so the second tuple element can be None (the "default" value). Backport of 5df512e53ab12fd8a0c92421a45aa1b664adb166 from main. | |||
| 2025-03-27 | [5.2.x] Doc'd how to use Intersphinx in the reusable apps tutorial. | Carlton Gibson | |
| Backport of 6e54e20cc3908d4eb103678db14e1e02e05069dd from main. | |||
| 2025-03-13 | [5.2.x] Fixed incorrect formatting for inline pluralized code references in ↵ | Clifford Gama | |
| docs. Backport of efe3ca09e029c63e25f6e19843cb0c68cc7fa816 from main. | |||
| 2025-02-19 | [5.2.x] Fixed #35908 -- Retired the django-developers and django-users ↵ | Sarah Boyce | |
| mailing lists. Co-authored-by: Chaitanya Rahalkar <chaitanyarahalkar@squareup.com> Backport of 86493307f97b9795a74227b6af2d59a267160847 from main. | |||
| 2025-01-22 | [5.2.x] Fixed #36125 -- Switched docs to use chat.djangoproject.com when ↵ | Baptiste Mispelon | |
| referencing the Discord server. Backport of 9a1f18635ff034b039c24ed5121cced028fc27d0 from main. | |||
| 2025-01-09 | Fixed #35515 -- Added automatic model imports to shell management command. | Salvo Polizzi | |
| Thanks to Bhuvnesh Sharma and Adam Johnson for mentoring this Google Summer of Code 2024 project. Thanks to Sarah Boyce, David Smith, Jacob Walls and Natalia Bidart for reviews. | |||
| 2025-01-08 | Fixed #35999 -- Removed #django IRC channel references where appropriate. | Sarah Boyce | |
| Some references are replaced with links to the Django Discord server. | |||
| 2025-01-07 | Fixed typo in tutorial 5. | Clifford Gama | |
| 2024-12-06 | Made index view examples consistent in tutorial by removing trailing comma. | Ülgen Sarıkavak | |
| 2024-11-29 | Removed reference to "removing older versions of Django" in tutorial. | Clifford Gama | |
| Obsoleted in c4fa0143f7117a07a3f0258a063f5265e795ffbb. The general install instructions are still linked above. | |||
| 2024-11-19 | Updated maintainers of Django Debug Toolbar to Django Commons. | Tim Schilling | |
| 2024-10-30 | Added missing lang attributes to html elements in docs. | Johanan-Ayadata | |
| 2024-10-29 | Removed unneeded OS reference on running the test suite in contributing docs. | Maria Hynes | |
| This is not needed as the console snippet has buttons that allows the user to choose their OS. | |||
| 2024-10-21 | Updated tutorial part count from 7 to 8 in docs/intro/reusable-apps.txt. | Mariusz Felisiak | |
| 2024-10-09 | Explained exception to using include() within urlpatterns in tutorial 1. | Chiara Mezzavilla | |
| 2024-10-09 | Fixed #35502 -- Removed duplication of "mysite" directory name in intro docs. | Meta | |
| Reorganized intro docs when explaining `django-admin startproject` to prevent confusion when using "mysite" as both the top-level directory and the Django project directory name. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Co-authored-by: Carlton Gibson <carlton@noumenal.es> | |||
| 2024-10-09 | Refs #34900 -- Doc'd Python 3.13 compatibility. | Mariusz Felisiak | |
| 2024-09-30 | Fixed #35797 -- Removed debug context processor from default project template. | Marc Gibbons | |
| 2024-09-30 | Relocated path() explanation to docs/ref/urls.txt to simplify tutorial 1. | Chiara Mezzavilla | |
| Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 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 | |
