| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2022-10-08 | Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to ↵ | Gregor Gärtner | |
| assertQuerySetEqual(). Co-Authored-By: Michael Howitz <mh@gocept.com> | |||
| 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-08-17 | Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. | Andrew Northall | |
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 2020-11-06 | Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. | Hasan Ramezani | |
| This also replaces assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() where appropriate. Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 2019-12-31 | Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials. | Gabriel Augendre | |
| 2019-09-16 | Fixed #30775 -- Added admonition about missing imports to "Running tests" ↵ | Katie McLaughlin | |
| section in tutorial 5. | |||
| 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-04-25 | Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use ↵ | Jon Dufresne | |
| html.escape()/unescape(). | |||
| 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. | |||
| 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-07-31 | Removed code terms from docs/spelling_wordlist. | Tim Graham | |
| 2018-05-12 | Alphabetized imports in various docs. | Mariusz Felisiak | |
| Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||
| 2018-04-19 | Clarified wording in tutorial text. | Burhanuddin Baharuddin | |
| 2018-01-29 | Corrected an explanation in tutorial 5. | Christoph Zwerschke | |
| 2018-01-23 | Made instructions for shell launch in tutorial 5 more explicit. | Devin Mork | |
| 2017-07-06 | Fixed #28361 -- Fixed possible time-related failure in ↵ | marton bognar | |
| was_published_recently() tutorial test. Regression in 268a646353c6fa9e5fc3730e13b386ddabb018ef. | |||
| 2017-06-07 | Simplified tutorial's test names and docstrings. | Tim Graham | |
| 2017-06-06 | Updated was_published_recently() tutorial test to check boundary condition. | Tim Graham | |
| 2017-05-25 | Added some shell output in tutorial 2. | Eric Theise | |
| 2017-04-12 | Fixed #28069 -- Moved setup_test_environment() warning in tutorial 5. | Tim Graham | |
| Updated for 17e661641ddaf8266e7430d83cfb2039abc55df7. | |||
| 2016-12-29 | Fixed #25415 -- Made DiscoverRunner run system checks. | Adam Chainz | |
| 2016-08-24 | Fixed #27104 -- Corrected shell example in tutorial 5. | Tim Graham | |
| 2016-08-19 | Refs #26747 -- Corrected a method name in tutorial05. | Vincent Zhang | |
| 2016-06-16 | Fixed #26747 -- Used more specific assertions in the Django test suite. | Jon Dufresne | |
| 2016-06-03 | Fixed #26021 -- Applied hanging indentation to docs. | Ed Henderson | |
| 2015-12-31 | Fixed #26013 -- Moved django.core.urlresolvers to django.urls. | Marten Kenbeek | |
| Thanks to Tim Graham for the review. | |||
| 2015-12-07 | Clarified a docstring in tutorial05. | Qile Wang | |
| 2015-10-23 | Clarified that the test client response content attribute is bytes. | 薛丞宏 | |
| 2015-10-06 | Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. | Tim Graham | |
| 2015-08-08 | Updated Wikipedia links to use https | Claude Paroz | |
| 2015-07-08 | Removed a confusing sentence in tutorial 5. | Tim Graham | |
| 2015-05-28 | Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles. | João Luiz Lorencetti | |
| 2015-03-16 | Added missing punctuation in some comments in tutorial 5. | HerHde | |
| 2015-02-22 | Updated tutorial to use explicit relative imports. | Tim Graham | |
| 2014-06-27 | Fixed #22912 -- Warned about a common mistake in tutorial 5. | Tim Graham | |
| 2014-06-20 | Fixed #22836 -- Linked tutorial05 to the right section of tutorial04. | Maxime Turcotte | |
| 2014-06-15 | Fixed #22842 | vagrant | |
| 2014-03-09 | Substituted 'shortcut function' for 'factory method' in tutorial | Jeremy Dunck | |
| Many newbies don't know what a factory method is, nor is it pertinent to the information the tutorial hopes to convey. | |||
| 2014-03-02 | Fixed some typos in the documentation. | Baptiste Mispelon | |
| Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch. | |||
| 2013-12-14 | Fixed link text for "Testing in Django" in tutorial 5. | Chris Jerdonek | |
| 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-14 | Fixed #21027 -- Updated tutorial 5 docs to link to management shell command ↵ | Max Vizard | |
| page. | |||
| 2013-09-18 | Fixed #21116 -- Made usage of manage.py in docs more consistent. | Tim Graham | |
| Thanks daniel.quattro at gmail.com for the report. | |||
| 2013-09-10 | Fixed #21083 - Fixed spelling in tutorial. | Tim Graham | |
| Thanks jimmy.kjaersgaard at gmail.com for the report. | |||
