| Age | Commit message (Expand) | Author |
| 2013-08-15 | Fixed #20891 -- Removed part of the tutorial that requires pytz | Tim Graham |
| 2013-08-04 | Fixed #20858 -- Removed erroneous import in tutorial 2. | Tim Graham |
| 2013-05-18 | Add missing imports to the examples in the 'First Steps' | leandrafinger |
| 2013-04-12 | Fixed #20247 - Added some missing paths in the tutorial. | Tim Graham |
| 2013-02-23 | Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial. | Tim Graham |
| 2013-02-07 | Fixed #19706 - Tweaks to the tutorial. | Tim Graham |
| 2013-02-04 | Simplified default project template. | Aymeric Augustin |
| 2012-12-26 | Fixed broken links, round 3. refs #19516 | Tim Graham |
| 2012-11-14 | Fixed #19289 - Removed an out of place sentence in tutorial 2. | Tim Graham |
| 2012-10-15 | Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld! | Tim Graham |
| 2012-08-02 | Fixed #17704 - Updated the StackedInline section in Tutorial 2; thanks xbito ... | Tim Graham |
| 2012-07-06 | Fixed #18576 -- Added missing import in tutorial02 | Claude Paroz |
| 2012-07-01 | Fixed #18493 - Added instructions to locate the Django source files to the t | Tim Graham |
| 2012-06-30 | Fixed #17705 - Updated TabularInline image and doc in tutorial 2. | Tim Graham |
| 2012-06-30 | Fixed #17024 -- Added import statements in tutorial code sample | Claude Paroz |
| 2012-05-25 | Fixed #17929 -- Improved tutorial wording and capitalization. | Claude Paroz |
| 2012-03-02 | Edited stuff from [17543] to [17629] | Adrian Holovaty |
| 2012-02-26 | Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ... | Aymeric Augustin |
| 2012-02-18 | Fixed #17706 - Improved short description example in Tutorial 2; thanks xbito... | Timo Graham |
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from [16... | Luke Plant |
| 2011-10-13 | Added note to tutorial part #2 about possible mismatch with the Django versio... | Ramiro Morales |
| 2011-09-11 | Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`... | Ramiro Morales |
| 2011-08-23 | Fixed #16680 -- Used single quotes for the TEMPLATE_DIRS examples in part 2 o... | Julien Phalip |
| 2011-06-26 | Fixed #16169 -- Updated tutorial to match the current project template, speci... | Jannis Leidel |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-10-09 | Fixed #14255 -- factor project name out of app imports in tutorial. Thanks to... | Simon Meers |
| 2010-09-13 | Fixed #12918 - Tutorial page 2 issues | Luke Plant |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-08-18 | Fixed #14127: Adding a couple of missing backticks. Thanks kishkin. | Karen Tracey |
| 2010-03-08 | Fixed #12811 -- Modified Tutorial 2 to indicate that the templating language ... | Russell Keith-Magee |
| 2010-01-10 | Fixed #11222 -- Clarified location of admin templates in tutorial02. Thanks, ... | Adrian Holovaty |
| 2010-01-10 | Fixed #11501 -- Removed 'How meta' from tutorial 2 to appease the grammar nazis | Adrian Holovaty |
| 2009-10-14 | Fixed #11959 -- Updated the tutorial to ensure that the admin site continues ... | Russell Keith-Magee |
| 2009-06-18 | Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks... | Russell Keith-Magee |
| 2009-05-17 | Fixed #10855: Reference doc on creating superusers in the tutorial at the poi... | Karen Tracey |
| 2009-05-17 | Fixed #10925 -- Clarified the location of some code referenced in the tutoria... | Karen Tracey |
| 2009-03-31 | Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,... | Gary Wilson Jr |
| 2009-02-24 | Cleaned up some documentation about admin URLs in Django 1.1. Thanks, Alex Ga... | Jacob Kaplan-Moss |
| 2009-01-14 | Fixed #6470: made the admin use a URL resolver. | Jacob Kaplan-Moss |
| 2008-10-05 | Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial. | Malcolm Tredinnick |
| 2008-09-11 | Edited docs changes from [9010] and [9011] | Adrian Holovaty |
| 2008-09-11 | Clarified the bit in the tutorial about creating your first admin.py - fixes ... | Simon Willison |
| 2008-09-03 | Fixed #8811: Corrected URL example in tutorial part 2 | James Bennett |
| 2008-09-02 | Fixed #8496: added a note about admindocs to the project template and the tut... | Jacob Kaplan-Moss |
| 2008-08-26 | Fixed #8560 -- Corrected a typo in a comment of docs/intro/tutorial02.txt to ... | Brian Rosner |
| 2008-08-26 | Fixed #8558 -- Removed a stray line in tutorial 2 left over from when it was | Malcolm Tredinnick |
| 2008-08-25 | Removed outdated "adminindex" command -- the same behavior is now far easier ... | Jacob Kaplan-Moss |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |