summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
AgeCommit message (Expand)Author
2015-01-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2015-01-10Wrote main documentation for templates.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-26Clarified custom header instructions in tutorial 2.Collin Anderson
2014-11-24Fixed #23907 -- Added admin.site.register in tutorial 2 for consistency.Tim Graham
2014-11-13Fixed #23588 -- Added a link in tutorial for list_display options.Tim Graham
2014-10-08Fixed #23587 -- Clarified admin template overriding in tutorial 2.Tim Graham
2014-09-22Fixed #23535 -- Updated tutorial to account for default filter added in 5ea34...velis74
2014-08-02Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson
2014-06-10Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-04-30Fixed #22547 -- Added some links to tutorial 2.Tim Graham
2014-04-30Fixed #22546 -- Removed idioms in tutorial 2.Moayad Mardini
2013-12-25Unified listing of shell commands/codeYaroslav Halchenko
2013-11-10Fixed typo in tutorial 2; refs #21418.Tim Graham
2013-11-09Fixed doc typo.Tim Graham
2013-11-09Fixed #21378 -- Updated tutorial02 for how to override admin site header.Vajrasky Kok
2013-10-22Fixed indentation of example in tutuorial 2.Phil Elson
2013-10-14Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...M Nasimul Haque
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-09-07Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo
2013-08-15Fixed #20891 -- Removed part of the tutorial that requires pytzTim Graham
2013-08-04Fixed #20858 -- Removed erroneous import in tutorial 2.Tim Graham
2013-05-18Add missing imports to the examples in the 'First Steps'leandrafinger
2013-04-12Fixed #20247 - Added some missing paths in the tutorial.Tim Graham
2013-02-23Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.Tim Graham
2013-02-07Fixed #19706 - Tweaks to the tutorial.Tim Graham
2013-02-04Simplified default project template.Aymeric Augustin
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-11-14Fixed #19289 - Removed an out of place sentence in tutorial 2.Tim Graham
2012-10-15Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld!Tim Graham
2012-08-02Fixed #17704 - Updated the StackedInline section in Tutorial 2; thanks xbito ...Tim Graham
2012-07-06Fixed #18576 -- Added missing import in tutorial02Claude Paroz
2012-07-01Fixed #18493 - Added instructions to locate the Django source files to the tTim Graham
2012-06-30Fixed #17705 - Updated TabularInline image and doc in tutorial 2.Tim Graham
2012-06-30Fixed #17024 -- Added import statements in tutorial code sampleClaude Paroz
2012-05-25Fixed #17929 -- Improved tutorial wording and capitalization.Claude Paroz
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-02-26Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ...Aymeric Augustin
2012-02-18Fixed #17706 - Improved short description example in Tutorial 2; thanks xbito...Timo Graham
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-13Added note to tutorial part #2 about possible mismatch with the Django versio...Ramiro Morales
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-08-23Fixed #16680 -- Used single quotes for the TEMPLATE_DIRS examples in part 2 o...Julien Phalip
2011-06-26Fixed #16169 -- Updated tutorial to match the current project template, speci...Jannis Leidel
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-10-09Fixed #14255 -- factor project name out of app imports in tutorial. Thanks to...Simon Meers
2010-09-13Fixed #12918 - Tutorial page 2 issuesLuke Plant
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-18Fixed #14127: Adding a couple of missing backticks. Thanks kishkin.Karen Tracey
2010-03-08Fixed #12811 -- Modified Tutorial 2 to indicate that the templating language ...Russell Keith-Magee