index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
intro
/
tutorial03.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-04-15
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
Ahmed Nassar
2024-12-06
Made index view examples consistent in tutorial by removing trailing comma.
Ülgen Sarıkavak
2023-12-29
Corrected method/function wording in tutorial 3.
Mohammad Yameen
2023-12-29
Added backticks around name argument in tutorial 3.
virgitl.io
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2021-08-02
Clarified URL patterns in tutorial 3.
ilu_vatar_
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-05-17
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2020-06-02
Adjusted URL example in tutorial.
Carlton Gibson
2020-01-17
Added note about incomplete HTML in tutorial 3.
Adam Johnson
2020-01-06
Removed "Don't do that" from docs and error messages.
Adam Johnson
2019-12-31
Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.
Gabriel Augendre
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-02-08
Removed extra characters in docs header underlines.
Mariusz Felisiak
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2016-03-09
Fixed #26255 -- Fixed orphaned include() reference following tutorial reorder...
Tim Graham
2016-01-02
Added a missing import in tutorial 3.
Mahendra Yadav
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-23
Fixed #25854 -- Removed deprecated usage of template.render() with RequestCon...
Alasdair Nicol
2015-11-16
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-09-07
Fixed #25358 -- Improved variable name for question in tutorial.
Alasdair Nicol
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-05-28
Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.
João Luiz Lorencetti
2015-02-22
Updated tutorial to use explicit relative imports.
Tim Graham
2015-01-16
Fixed #24143 -- Encouraged use of Http404 messages for debugging.
Keryn Knight
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-11-17
Fixed #23855 -- Removed unnecessary all() in tutorial 3.
Tim Graham
2014-09-17
Fixed #23491 -- Clarified tutorial 3.
Tim Graham
2014-08-02
Fixed #23148 -- Minor tweaks in tutorial code samples
Collin Anderson
2014-06-23
Fixed #22888 -- Removed some unnecessary text in tutorial 3.
Tim Graham
2014-06-17
Tutorial: Consistent url syntax
Collin Anderson
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-02-16
Fixed #21939 -- Deprecated loading ssi/url tags from future.
Zbigniew Siciarz
2014-02-14
Added missing snippet to show filename in docs
Alasdair Nicol
2014-01-18
Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().
Aymeric Augustin
2013-10-14
Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...
M Nasimul Haque
2013-09-07
Fixed #20876 -- Changed Poll model name in tutorial to Question
Rodolfo
2013-08-01
Fixed #20667 - Removed discussion of DEBUG from tutorial.
Tim Graham
2013-07-18
Fixed #20763 -- Typo in tutorial 3.
Tim Graham
2013-06-20
Fixed error in last commit. Thanks Simon Charette.
Tim Graham
2013-06-20
Modified tutorial 3 to use RequestContext in place of Context.
Harm Geerts
2013-06-09
Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS
Tim Graham
2013-05-23
Fixed #20482 - Added a file reference in tutorial 3.
Tim Graham
2013-05-18
Add missing imports to the examples in the 'First Steps'
leandrafinger
2013-03-22
Added missing markup to docs.
Tim Graham
[next]