| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 2025-08-25 | Refs #36485 -- Removed double spaces after periods in sentences. | Natalia | |
| 2025-08-25 | Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ↵ | David Smith | |
| docs. | |||
| 2025-04-27 | Fixed #18296 -- Created missing custom target directory for startproject and ↵ | Bruno Alla | |
| startapp. | |||
| 2025-01-20 | Fixed #36005 -- Dropped support for Python 3.10 and 3.11. | Mariusz Felisiak | |
| 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-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-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-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-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-06-09 | Moved confirmation about dev server running to earlier in tutorial 1. | 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 | |
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 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-01-18 | Fixed #34233 -- Dropped support for Python 3.8 and 3.9. | Mariusz Felisiak | |
| 2022-10-04 | Removed note about "0" IP address from tutorial. | Mariusz Felisiak | |
| Tutorial should offer only minimum, necessary, explanation. | |||
| 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. | |||
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-02-10 | Fixed #32355 -- Dropped support for Python 3.6 and 3.7 | Mariusz Felisiak | |
| 2020-03-24 | Fixed #31385 -- Improved wording in tutorial 1. | Victor Moura | |
| 2019-12-31 | Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials. | Gabriel Augendre | |
| 2019-12-05 | Fixed #31062 -- Doc'd asgi.py in tutorials and project templates. | Mariusz Felisiak | |
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-02-13 | Fixed #30184 -- Removed ellipsis characters from shell output strings. | Dan Davis | |
| Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654) to avoid a crash when the user shell doesn't support non-ASCII characters. | |||
| 2019-01-30 | Fixed #30116 -- Dropped support for Python 3.5. | Tim Graham | |
| 2019-01-14 | Fixed "lets" mistakes in docs. | David Beitey | |
| 2018-09-10 | Refs #20910 -- Replaced snippet directive with code-block. | Curtis Maloney | |
| 2018-08-22 | Refs #29654 -- Replaced three dots with ellipsis character in output strings. | Claude Paroz | |
| 2018-05-21 | Added help for common 404 error in tutorial 1. | Daniel Roseman | |
| 2018-03-22 | isorted import statements in tutorial example | Melissa Lewis | |
| 2018-01-20 | Fixed #28343 -- Add an OS chooser for docs command line examples. | Ramiro Morales | |
| 2017-12-18 | Fixed #28938 -- Corrected Python compatibility in the tutorial. | Daniel Hepper | |
| 2017-09-25 | Fixed #27857 -- Dropped support for Python 3.4. | Tim Graham | |
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-08-07 | Fixed #28457 -- Updated the design of the 'Congrats' page for new Django ↵ | Timothy Allen | |
| projects. Developed by Timothy Allen and Chad Whitman of The Wharton School with shepherding from Aymeric Augustin and Collin Anderson. | |||
| 2017-02-21 | Used "0" ip shortcut for runserver example. | Timothy Allen | |
| 2017-02-09 | Explained the shell's $ prefix in tutorial 1. | Tim Graham | |
| Thanks Luke Sneeringer for the suggestion. | |||
| 2016-07-06 | Fixed capitalization of "URL pattern". | Tim Graham | |
| 2016-07-06 | Improved grammar in tutorial01. | Daniel Rice | |
| 2016-07-02 | Fixed #26829 -- Simplified version detection command in tutorial | Md. Sadaf Noor | |
| 2016-05-08 | Fixed #26483 -- Updated docs.python.org links to use Intersphinx. | Tim Graham | |
| 2016-03-09 | Fixed #26255 -- Fixed orphaned include() reference following tutorial ↵ | Tim Graham | |
| reordering. | |||
| 2015-12-31 | Refs #21927 -- Added note about include() to tutorial. | Marten Kenbeek | |
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-11-16 | Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| 2015-10-01 | Made a couple tutorial corrections for Django 1.9. | Tim Graham | |
