summaryrefslogtreecommitdiff
path: root/docs/intro/overview.txt
AgeCommit message (Expand)Author
2013-02-23[1.5.X] Updated example to use staticfiles static template tag, thanks reinou...Tim Graham
2013-02-23[1.5.X] Updated static file example in overview to use static template tag, r...Tim Graham
2013-02-23[1.5.X] Fixed #19675 - Added mention of static files to overview.Tim Graham
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
2013-01-15[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2012-12-14[1.5.X] Removed PHP referencesBen Longden
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-06-06Added alt attribute to img tags in docs.Aymeric Augustin
2012-04-20Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o...Anssi Kääriäinen
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-02-24Fixed #17757 - Typo in docs/intro/overview.txt; thanks kaushik1618.Timo Graham
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2010-10-19Fixed #14426 -- Removed "mysite" import statements from examples that might t...Gabriel Hurley
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2009-06-18Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks...Russell Keith-Magee
2008-08-28Fixed #8406: Corrected some expected output to use repr format. Thanks to ari...Russell Keith-Magee
2008-08-26Fixed #8150 -- Updated a reference to creating an admin class in the overviewMalcolm Tredinnick
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss