summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial05.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-24/+25
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-4/+12
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-6/+6
* Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak2022-05-311-10/+10
* Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall2021-08-171-1/+1
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-1/+1
* Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope2021-05-171-1/+1
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-7/+7
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-041-3/+3
* Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.Gabriel Augendre2019-12-311-0/+5
* Fixed #30775 -- Added admonition about missing imports to "Running tests" sec...Katie McLaughlin2019-09-161-0/+7
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-12/+12
* Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne2019-04-251-1/+1
* Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis2019-02-131-4/+4
* Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-101-20/+20
* Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz2018-08-221-4/+4
* Removed code terms from docs/spelling_wordlist.Tim Graham2018-07-311-6/+6
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-1/+1
* Clarified wording in tutorial text.Burhanuddin Baharuddin2018-04-191-4/+3
* Corrected an explanation in tutorial 5.Christoph Zwerschke2018-01-291-2/+2
* Made instructions for shell launch in tutorial 5 more explicit.Devin Mork2018-01-231-4/+18
* Fixed #28361 -- Fixed possible time-related failure in was_published_recently...marton bognar2017-07-061-1/+1
* Simplified tutorial's test names and docstrings.Tim Graham2017-06-071-36/+35
* Updated was_published_recently() tutorial test to check boundary condition.Tim Graham2017-06-061-2/+2
* Added some shell output in tutorial 2.Eric Theise2017-05-251-0/+1
* Fixed #28069 -- Moved setup_test_environment() warning in tutorial 5.Tim Graham2017-04-121-3/+3
* Fixed #25415 -- Made DiscoverRunner run system checks.Adam Chainz2016-12-291-0/+2
* Fixed #27104 -- Corrected shell example in tutorial 5.Tim Graham2016-08-241-15/+5
* Refs #26747 -- Corrected a method name in tutorial05.Vincent Zhang2016-08-191-1/+1
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-5/+5
* Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson2016-06-031-15/+9
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-2/+2
* Clarified a docstring in tutorial05.Qile Wang2015-12-071-2/+2
* Clarified that the test client response content attribute is bytes.薛丞宏2015-10-231-2/+2
* Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham2015-10-061-1/+1
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-2/+2
* Removed a confusing sentence in tutorial 5.Tim Graham2015-07-081-4/+1
* Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.João Luiz Lorencetti2015-05-281-6/+4
* Added missing punctuation in some comments in tutorial 5.HerHde2015-03-161-4/+4
* Updated tutorial to use explicit relative imports.Tim Graham2015-02-221-1/+2
* Fixed #22912 -- Warned about a common mistake in tutorial 5.Tim Graham2014-06-271-0/+2
* Fixed #22836 -- Linked tutorial05 to the right section of tutorial04.Maxime Turcotte2014-06-201-1/+1
* Fixed #22842vagrant2014-06-151-1/+1
* Substituted 'shortcut function' for 'factory method' in tutorialJeremy Dunck2014-03-091-2/+2
* Fixed some typos in the documentation.Baptiste Mispelon2014-03-021-1/+1
* Fixed link text for "Testing in Django" in tutorial 5.Chris Jerdonek2013-12-141-1/+1
* Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...M Nasimul Haque2013-10-141-10/+39
* Fixed #21027 -- Updated tutorial 5 docs to link to management shell command p...Max Vizard2013-10-141-10/+10
* Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham2013-09-181-1/+1
* Fixed #21083 - Fixed spelling in tutorial.Tim Graham2013-09-101-1/+1