summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial05.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-03-13Fixed incorrect formatting for inline pluralized code references in docs.Clifford Gama
2025-01-09Fixed #35515 -- Added automatic model imports to shell management command.Salvo Polizzi
2025-01-07Fixed typo in tutorial 5.Clifford Gama
2024-10-09Fixed #35502 -- Removed duplication of "mysite" directory name in intro docs.Meta
2024-07-04Removed unneeded hyphens in "counterintuitive".Carlton Gibson
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2021-08-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2020-11-06Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2019-12-31Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.Gabriel Augendre
2019-09-16Fixed #30775 -- Added admonition about missing imports to "Running tests" sec...Katie McLaughlin
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-04-25Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-07-31Removed code terms from docs/spelling_wordlist.Tim Graham
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-04-19Clarified wording in tutorial text.Burhanuddin Baharuddin
2018-01-29Corrected an explanation in tutorial 5.Christoph Zwerschke
2018-01-23Made instructions for shell launch in tutorial 5 more explicit.Devin Mork
2017-07-06Fixed #28361 -- Fixed possible time-related failure in was_published_recently...marton bognar
2017-06-07Simplified tutorial's test names and docstrings.Tim Graham
2017-06-06Updated was_published_recently() tutorial test to check boundary condition.Tim Graham
2017-05-25Added some shell output in tutorial 2.Eric Theise
2017-04-12Fixed #28069 -- Moved setup_test_environment() warning in tutorial 5.Tim Graham
2016-12-29Fixed #25415 -- Made DiscoverRunner run system checks.Adam Chainz
2016-08-24Fixed #27104 -- Corrected shell example in tutorial 5.Tim Graham
2016-08-19Refs #26747 -- Corrected a method name in tutorial05.Vincent Zhang
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-07Clarified a docstring in tutorial05.Qile Wang
2015-10-23Clarified that the test client response content attribute is bytes.薛丞宏
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-07-08Removed a confusing sentence in tutorial 5.Tim Graham
2015-05-28Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.João Luiz Lorencetti
2015-03-16Added missing punctuation in some comments in tutorial 5.HerHde
2015-02-22Updated tutorial to use explicit relative imports.Tim Graham
2014-06-27Fixed #22912 -- Warned about a common mistake in tutorial 5.Tim Graham
2014-06-20Fixed #22836 -- Linked tutorial05 to the right section of tutorial04.Maxime Turcotte