summaryrefslogtreecommitdiff
path: root/docs/overview.txt
AgeCommit message (Expand)Author
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