summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial03.txt
Commit message (Expand)AuthorAgeFilesLines
* [2.2.x] Removed extra characters in docs header underlines.Mariusz Felisiak2019-02-081-1/+1
* Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-101-26/+26
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-32/+30
* Fixed #26255 -- Fixed orphaned include() reference following tutorial reorder...Tim Graham2016-03-091-23/+5
* Added a missing import in tutorial 3.Mahendra Yadav2016-01-021-0/+2
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed #25854 -- Removed deprecated usage of template.render() with RequestCon...Alasdair Nicol2015-12-231-7/+7
* Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk2015-11-161-1/+1
* Fixed #25358 -- Improved variable name for question in tutorial.Alasdair Nicol2015-09-071-1/+1
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-7/+9
* Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.João Luiz Lorencetti2015-05-281-143/+6
* Updated tutorial to use explicit relative imports.Tim Graham2015-02-221-7/+7
* Fixed #24143 -- Encouraged use of Http404 messages for debugging.Keryn Knight2015-01-161-1/+1
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-281-6/+7
* Fixed #23855 -- Removed unnecessary all() in tutorial 3.Tim Graham2014-11-171-1/+1
* Fixed #23491 -- Clarified tutorial 3.Tim Graham2014-09-171-1/+3
* Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson2014-08-021-2/+2
* Fixed #22888 -- Removed some unnecessary text in tutorial 3.Tim Graham2014-06-231-2/+1
* Tutorial: Consistent url syntaxCollin Anderson2014-06-171-1/+1
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley2014-04-161-8/+8
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-12/+12
* Fixed #21939 -- Deprecated loading ssi/url tags from future.Zbigniew Siciarz2014-02-161-11/+0
* Added missing snippet to show filename in docsAlasdair Nicol2014-02-141-1/+4
* Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin2014-01-181-4/+7
* Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...M Nasimul Haque2013-10-141-15/+52
* Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo2013-09-071-61/+66
* Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham2013-08-011-45/+0
* Fixed #20763 -- Typo in tutorial 3.Tim Graham2013-07-181-1/+1
* Fixed error in last commit. Thanks Simon Charette.Tim Graham2013-06-201-1/+1
* Modified tutorial 3 to use RequestContext in place of Context.Harm Geerts2013-06-201-3/+3
* Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTSTim Graham2013-06-091-0/+7
* Fixed #20482 - Added a file reference in tutorial 3.Tim Graham2013-05-231-1/+1
* Add missing imports to the examples in the 'First Steps'leandrafinger2013-05-181-0/+5
* Added missing markup to docs.Tim Graham2013-03-221-2/+2
* Made a small clarification in tutorial.Preston Holmes2013-02-231-1/+2
* Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.Tim Graham2013-02-231-1/+1
* Fixed #19706 - Tweaks to the tutorial.Tim Graham2013-02-071-28/+67
* Fixed two malformed links.Tim Graham2013-01-271-1/+1
* Removes PHP referencesBen Longden2012-12-131-4/+4
* Fixed #16671 - Added a tutorial on reuseable appsTim Graham2012-10-301-0/+6
* Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld!Tim Graham2012-10-151-264/+258
* Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz2012-09-301-5/+4
* Made a version condition less confusing.Aymeric Augustin2012-09-231-1/+1
* removed unused import from tutorial 3 documentation as per ticket #18915Nick Martini2012-09-071-3/+4
* Added a warning about the {% url %} syntax changeAymeric Augustin2012-08-181-0/+11
* Fixed #18476 - Added use of {% url %} tag to tutorial.Tim Graham2012-07-291-0/+17
* Fixed #17929 -- Improved tutorial wording and capitalization.Claude Paroz2012-05-251-2/+2
* Fixed #18281 -- Misleading wording in the tutorial.Aymeric Augustin2012-05-111-2/+3
* Made a bunch more edits up until [17418]Adrian Holovaty2012-02-031-2/+2
* Fixed #17538 -- corrected the section in tutorial 3 about the handler404 defa...Carl Meyer2012-01-121-18/+8