summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial05.txt
AgeCommit message (Collapse)Author
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
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to ↵Gregor Gärtner
assertQuerySetEqual(). Co-Authored-By: Michael Howitz <mh@gocept.com>
2022-05-31Fixed 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-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith
appropriate.
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
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-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵Adam Johnson
comments.
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" ↵Katie McLaughlin
section in tutorial 5.
2019-09-06Fixed #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-25Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use ↵Jon Dufresne
html.escape()/unescape().
2019-02-13Fixed #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-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
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
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 ↵marton bognar
was_published_recently() tutorial test. Regression in 268a646353c6fa9e5fc3730e13b386ddabb018ef.
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
Updated for 17e661641ddaf8266e7430d83cfb2039abc55df7.
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
Thanks to Tim Graham for the review.
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
2014-06-15Fixed #22842vagrant
2014-03-09Substituted 'shortcut function' for 'factory method' in tutorialJeremy 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-02Fixed some typos in the documentation.Baptiste Mispelon
Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch.
2013-12-14Fixed link text for "Testing in Django" in tutorial 5.Chris Jerdonek
2013-10-14Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a ↵M Nasimul Haque
filename. Thanks Marc Tamlyn for the suggestion.
2013-10-14Fixed #21027 -- Updated tutorial 5 docs to link to management shell command ↵Max Vizard
page.
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
Thanks daniel.quattro at gmail.com for the report.
2013-09-10Fixed #21083 - Fixed spelling in tutorial.Tim Graham
Thanks jimmy.kjaersgaard at gmail.com for the report.