summaryrefslogtreecommitdiff
path: root/docs/overview.txt
AgeCommit message (Expand)Author
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-07-30Fixed #7999 -- Slightly changed the overview example to disambiguate the use ...Russell Keith-Magee
2007-08-07Fixed #5097 -- Made various updates and corrections to the documentation. Tha...Adrian Holovaty
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-08-04Changed several documentation links to be relative.Gary Wilson Jr
2007-08-04Fixed #5078 -- Fixed several broken links to the syndication documentation.Gary Wilson Jr
2007-07-10Fixed #4817 -- Removed leading forward slashes from some urlconf examples in ...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-04-20Changed all references to tutorial1/ to be tutorial01/ (and similarly forMalcolm Tredinnick
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty
2006-08-24Fixed small typo in docs/overview.txt. Thanks, kirkAdrian Holovaty
2006-05-09Fixed #1811 -- Fixed inconsistencies in docs/overview.txtAdrian Holovaty
2006-05-08Fixed #1811 -- Fixed some inconsistencies in docs/overview.txt. Thanks, quark...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-11-19Beefed up docs/url_dispatch.txtAdrian Holovaty
2005-11-13Fixed #782 -- Fixed broken link in docs/overview.txt. Thanks, frederikAdrian Holovaty
2005-09-23Changed overview and tutorial docs to use render_to_response and get_object_o...Adrian Holovaty
2005-09-04Fixed #456 -- Fixed minor typo in docs/overview.txt. Thanks, eugene@lazutkin.comAdrian Holovaty
2005-09-02Fixed some bugs in model syntax of docs/overview.txt -- thanks, Paul BissexAdrian Holovaty
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-01Fixed small typo in docs/overview.txt -- thanks, TrentAdrian Holovaty
2005-08-01Fixed duplicate code bug in docs/overview.txt -- thanks, James KewAdrian Holovaty
2005-08-01Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the...Adrian Holovaty
2005-07-26Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...Adrian Holovaty
2005-07-21Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given...Adrian Holovaty
2005-07-19Fixed #67 -- Human-readable name is now optional in model fields. If a second...Adrian Holovaty
2005-07-19Fixed bug in [191]Adrian Holovaty
2005-07-19Fixed #54 -- Corrected typos in urlconfs in docs/overview. Thanks, james!Adrian Holovaty
2005-07-17Added notes to documentation that MySQL support has not been comprehensively ...Adrian Holovaty
2005-07-16Fixed bug in template example in docs/overview.txt -- thanks, pbx!Adrian Holovaty
2005-07-16Fixed small typo in overviewAdrian Holovaty
2005-07-15Fixed small error in overview docJacob Kaplan-Moss
2005-07-15More doc improvements: tweaks to the overview; added admin css documentation ...Jacob Kaplan-Moss
2005-07-15More doc improvments: moved overview into doc system so it can be distributed...Jacob Kaplan-Moss