summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
AgeCommit message (Expand)Author
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
2010-01-10Fixed #11222 -- Clarified location of admin templates in tutorial02. Thanks, ...Adrian Holovaty
2010-01-10Fixed #11501 -- Removed 'How meta' from tutorial 2 to appease the grammar nazisAdrian Holovaty
2009-10-14Fixed #11959 -- Updated the tutorial to ensure that the admin site continues ...Russell Keith-Magee
2009-06-18Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks...Russell Keith-Magee
2009-05-17Fixed #10855: Reference doc on creating superusers in the tutorial at the poi...Karen Tracey
2009-05-17Fixed #10925 -- Clarified the location of some code referenced in the tutoria...Karen Tracey
2009-03-31Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,...Gary Wilson Jr
2009-02-24Cleaned up some documentation about admin URLs in Django 1.1. Thanks, Alex Ga...Jacob Kaplan-Moss
2009-01-14Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss
2008-10-05Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial.Malcolm Tredinnick
2008-09-11Edited docs changes from [9010] and [9011]Adrian Holovaty
2008-09-11Clarified the bit in the tutorial about creating your first admin.py - fixes ...Simon Willison
2008-09-03Fixed #8811: Corrected URL example in tutorial part 2James Bennett
2008-09-02Fixed #8496: added a note about admindocs to the project template and the tut...Jacob Kaplan-Moss
2008-08-26Fixed #8560 -- Corrected a typo in a comment of docs/intro/tutorial02.txt to ...Brian Rosner
2008-08-26Fixed #8558 -- Removed a stray line in tutorial 2 left over from when it wasMalcolm Tredinnick
2008-08-25Removed outdated "adminindex" command -- the same behavior is now far easier ...Jacob Kaplan-Moss
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss