summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial03.txt
AgeCommit message (Expand)Author
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
2013-10-14Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...M Nasimul Haque
2013-09-07Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo
2013-08-01Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham
2013-07-18Fixed #20763 -- Typo in tutorial 3.Tim Graham
2013-06-20Fixed error in last commit. Thanks Simon Charette.Tim Graham
2013-06-20Modified tutorial 3 to use RequestContext in place of Context.Harm Geerts
2013-06-09Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTSTim Graham
2013-05-23Fixed #20482 - Added a file reference in tutorial 3.Tim Graham
2013-05-18Add missing imports to the examples in the 'First Steps'leandrafinger
2013-03-22Added missing markup to docs.Tim Graham
2013-02-23Made a small clarification in tutorial.Preston Holmes
2013-02-23Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.Tim Graham
2013-02-07Fixed #19706 - Tweaks to the tutorial.Tim Graham
2013-01-27Fixed two malformed links.Tim Graham
2012-12-13Removes PHP referencesBen Longden
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-30Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz
2012-09-23Made a version condition less confusing.Aymeric Augustin
2012-09-07removed unused import from tutorial 3 documentation as per ticket #18915Nick Martini
2012-08-18Added a warning about the {% url %} syntax changeAymeric Augustin
2012-07-29Fixed #18476 - Added use of {% url %} tag to tutorial.Tim Graham
2012-05-25Fixed #17929 -- Improved tutorial wording and capitalization.Claude Paroz
2012-05-11Fixed #18281 -- Misleading wording in the tutorial.Aymeric Augustin
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
2012-01-12Fixed #17538 -- corrected the section in tutorial 3 about the handler404 defa...Carl Meyer
2011-11-12Fixed #17206 -- Fixed an outdated error message in the tutorial part 3. Thank...Julien Phalip
2011-11-06Refs #17171 -- Updated tutorial sections 3 and 4 to follow the startproject t...Carl Meyer
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-03Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-11Fixed #16079: Clarified (for real this time) how handler404 and handler500 wo...James Bennett
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-06-26Fixed #16169 -- Updated tutorial to match the current project template, speci...Jannis Leidel
2011-05-22Fixed #16051 - Changed a "file" reference in the tutorial to be an actual fil...Timo Graham
2011-01-13Fixed #15057 - documented change in [14992]Luke Plant
2010-12-27Fixed #14890 - Clarify poll "index" page in tutorial. thanks dbaggott for the...Timo Graham
2010-11-07Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro...Gabriel Hurley
2010-11-06Fixed #14627 -- Made Tutorial 3 more explicit regarding the transformations t...Gabriel Hurley
2010-10-20Fixed #14432 -- Added an import statement which was previously implied in tut...Gabriel Hurley
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-09Fixed #14255 -- factor project name out of app imports in tutorial. Thanks to...Simon Meers
2010-09-13Fixed #13623 - code in intro-tutorial03 missing an import statementLuke Plant
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-02-24Fixed #12958 -- Fixed typo I introduced in r12527. Thanks, mitchf.Justin Bronn
2010-02-23Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin...Justin Bronn
2010-02-22Fixed #12585 -- Corrected typo in tutorial03. Thanks, fcsmith.Justin Bronn
2009-10-14Fixed #11959 -- Updated the tutorial to ensure that the admin site continues ...Russell Keith-Magee