| 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. | |||
| 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-01-26 | Applied Black's 2024 stable style. | Mariusz Felisiak | |
| https://github.com/psf/black/releases/tag/24.1.0 | |||
| 2023-10-10 | Reorganized tutorial's part 4 to better understand changes needed in URLConf. | Natalia | |
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 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-06-04 | Refs #32338 -- Improved accessibility of RadioSelect examples in docs. | David Smith | |
| Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com> | |||
| 2019-12-31 | Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials. | Gabriel Augendre | |
| 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. | |||
| 2018-11-15 | Used auto-numbered lists in documentation. | François Freitag | |
| 2018-09-10 | Refs #20910 -- Replaced snippet directive with code-block. | Curtis Maloney | |
| 2018-05-12 | Alphabetized imports in various docs. | Mariusz Felisiak | |
| Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||
| 2018-01-21 | Fixed #29038 -- Removed closing slash from HTML void tags. | Jon Dufresne | |
| 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. | |||
| 2016-02-01 | Clarified "same as above" tutorial comment. | KimberleyLawrence | |
| 2015-12-31 | Fixed #26013 -- Moved django.core.urlresolvers to django.urls. | Marten Kenbeek | |
| Thanks to Tim Graham for the review. | |||
| 2015-12-14 | Fixed #25934 -- Added missing app_name in tutorial 4's urls.py. | Tim Graham | |
| 2015-11-16 | Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| 2015-09-07 | Fixed #25358 -- Improved variable name for question in tutorial. | Alasdair Nicol | |
| 2015-06-04 | Fixed #7060 -- Added a note about race conditions to the tutorial | Raphael Michel | |
| 2015-05-28 | Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles. | João Luiz Lorencetti | |
| 2015-02-22 | Updated tutorial to use explicit relative imports. | Tim Graham | |
| 2014-09-09 | Avoid the word "stupid". | Aymeric Augustin | |
| There's always a better word. | |||
| 2014-08-02 | Fixed #23148 -- Minor tweaks in tutorial code samples | Collin Anderson | |
| 2014-07-22 | Added warning in tutorial 4 that the regex capture group name has changed. | Rikki | |
| 2014-06-20 | Fixed #22836 -- Linked tutorial05 to the right section of tutorial04. | Maxime Turcotte | |
| 2014-04-26 | Updated doc links to point to Python 3 documentation | Claude Paroz | |
| 2014-04-18 | Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block. | Tim Graham | |
| 2014-04-16 | Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. | chriscauley | |
| Thanks tomwys for the suggestion. | |||
| 2014-04-03 | Fixed #22218 -- Deprecated django.conf.urls.patterns. | Tim Graham | |
| Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews. | |||
| 2013-12-18 | Fixed #21613 -- Removed a hardcoded input id from the tutorial. | Tim Graham | |
| Thanks Bruno Brouard for the report. | |||
| 2013-10-14 | Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a ↵ | M Nasimul Haque | |
| filename. Thanks Marc Tamlyn for the suggestion. | |||
| 2013-10-01 | Fixed #21195 -- Clarifed usage of template_name in tutorial part 4. | Tim Graham | |
| 2013-09-07 | Fixed #20876 -- Changed Poll model name in tutorial to Question | Rodolfo | |
| 2013-05-18 | Add missing imports to the examples in the 'First Steps' | leandrafinger | |
| 2013-05-11 | Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work. | Tim Graham | |
| Thanks bmispelon for the report and draft patch. | |||
| 2013-02-07 | Fixed #19706 - Tweaks to the tutorial. | Tim Graham | |
| Thanks Daniele Procida. | |||
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2012-12-26 | Fixed broken links, round 3. refs #19516 | Tim Graham | |
| 2012-12-15 | Fixed #9962 - Added a testing tutorial. | Tim Graham | |
| Thank-you Daniele Procida for the first draft and shaibi, Aymeric, and others for the reviews. | |||
| 2012-10-30 | Fixed #16671 - Added a tutorial on reuseable apps | Tim Graham | |
| Thank-you Katie Miller and Ben Sturmfels for the initial draft, as well as Russ and Carl for the reviews. | |||
| 2012-10-15 | Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld! | Tim Graham | |
| 2012-09-07 | remove unused import in tutorial 4 addition to #18915 (closed) | Enrico Ehrhardt | |
| After submitting ticket #18915, I noticed 2 additional occurrences of the issue. | |||
| 2012-07-29 | Fixed #18476 - Added use of {% url %} tag to tutorial. | Tim Graham | |
| Thanks Claude Paroz for the patch. | |||
| 2012-06-11 | Fixed #18451 -- Vastly improved class based view documentation. | Jannis Leidel | |
| Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this. | |||
| 2012-05-25 | Fixed #17929 -- Improved tutorial wording and capitalization. | Claude Paroz | |
| Thanks rmattb for the report and the patch. | |||
| 2012-04-25 | Fixed #18033 -- Removed function-based generic views, as per official ↵ | Claude Paroz | |
| deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17937 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-11-06 | Refs #17171 -- Updated tutorial sections 3 and 4 to follow the startproject ↵ | Carl Meyer | |
| template and consistently use url() function in URLconf. Thanks haimunt for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17073 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
