summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial04.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2024-03-29Restored django.db.models.F import in final code snippet added at the beginni...Taishi Endo
2024-02-21Removed distracting note from tutorial 4.Carlton Gibson
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-10-10Reorganized tutorial's part 4 to better understand changes needed in URLConf.Natalia
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-06-04Refs #32338 -- Improved accessibility of RadioSelect examples in docs.David Smith
2019-12-31Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.Gabriel Augendre
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2016-02-01Clarified "same as above" tutorial comment.KimberleyLawrence
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-14Fixed #25934 -- Added missing app_name in tutorial 4's urls.py.Tim Graham
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-09-07Fixed #25358 -- Improved variable name for question in tutorial.Alasdair Nicol
2015-06-04Fixed #7060 -- Added a note about race conditions to the tutorialRaphael Michel
2015-05-28Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.João Luiz Lorencetti
2015-02-22Updated tutorial to use explicit relative imports.Tim Graham
2014-09-09Avoid the word "stupid".Aymeric Augustin
2014-08-02Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson
2014-07-22Added warning in tutorial 4 that the regex capture group name has changed.Rikki
2014-06-20Fixed #22836 -- Linked tutorial05 to the right section of tutorial04.Maxime Turcotte
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-18Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block.Tim Graham
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-12-18Fixed #21613 -- Removed a hardcoded input id from the tutorial.Tim Graham
2013-10-14Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...M Nasimul Haque
2013-10-01Fixed #21195 -- Clarifed usage of template_name in tutorial part 4.Tim Graham
2013-09-07Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo
2013-05-18Add missing imports to the examples in the 'First Steps'leandrafinger
2013-05-11Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work.Tim Graham
2013-02-07Fixed #19706 - Tweaks to the tutorial.Tim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-12-15Fixed #9962 - Added a testing tutorial.Tim Graham
2012-10-30Fixed #16671 - Added a tutorial on reuseable appsTim Graham
2012-10-15Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld!Tim Graham
2012-09-07remove unused import in tutorial 4 addition to #18915 (closed)Enrico Ehrhardt
2012-07-29Fixed #18476 - Added use of {% url %} tag to tutorial.Tim Graham
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
2012-05-25Fixed #17929 -- Improved tutorial wording and capitalization.Claude Paroz
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2011-11-06Refs #17171 -- Updated tutorial sections 3 and 4 to follow the startproject t...Carl Meyer