summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
AgeCommit message (Expand)Author
2005-09-20Added a few notes about list_display to docs/model-api.txtAdrian Holovaty
2005-09-01Added clarifying note to docs/model-api.txtAdrian Holovaty
2005-08-26Fixed typo in docs/model-api.txtAdrian Holovaty
2005-08-26Final ReST bugfix to docs/model-api.txtAdrian Holovaty
2005-08-26Fixed ReST bug in docs/model-api.txt -- I thinkAdrian Holovaty
2005-08-26Fixed bug in docs/model-api.txtAdrian Holovaty
2005-08-26Added 'Using models', 'Models across files' and 'Models in multiple files' se...Adrian Holovaty
2005-08-26Fixed another stupid ReST bugs in [560]Adrian Holovaty
2005-08-26Fixed the inevitable ReST bugs in [560]Adrian Holovaty
2005-08-26Fixed the inevitable ReST bugs in [560]Adrian Holovaty
2005-08-26Beefed up docs/model-api.txt -- added a significant amount of documentation, ...Adrian Holovaty
2005-08-26Fixed ReST bug in docs/model-api.txtAdrian Holovaty
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-15Fixed #318 -- Fixed typo in docs/model-api.txt. Thanks, django@sharpbanana.co.ukAdrian Holovaty
2005-08-14Added a quick example of prepopulate_from to clarify the descriptionJacob Kaplan-Moss
2005-08-11Fixed ReST bugs in docs/model-api.txtAdrian Holovaty
2005-08-10Fixed #296 -- Fixed typo in docs/model-api.txt. Thanks, rmunnAdrian Holovaty
2005-08-09Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself....Adrian Holovaty
2005-08-08Fixed #280 -- Added _pre_delete() and _post_delete() hooks. Also updated the ...Adrian Holovaty
2005-08-04Fixed #271 -- Changed doc references to ManyToOneField. Thanks, brantleyAdrian Holovaty
2005-07-22Fixed #153 -- Changed docs to use new ordering syntaxAdrian Holovaty
2005-07-21Rolled a number of comments into documentation; thanks to all those who contr...Jacob Kaplan-Moss
2005-07-21Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given...Adrian Holovaty
2005-07-20Added optional rel_name parameter to ManyToManyField, which makes it possible...Adrian Holovaty
2005-07-20Fixed #123 -- thanks jay!Jacob Kaplan-Moss
2005-07-20Added note about ForeignKey("self"); fixes #100Jacob Kaplan-Moss
2005-07-19Added better description of SlugFieldAdrian Holovaty
2005-07-19Fixed #67 -- Human-readable name is now optional in model fields. If a second...Adrian Holovaty
2005-07-18Fixed #52 -- Corrected and clarified some things in docs/model-api. Thanks, D...Adrian Holovaty
2005-07-17Copy-edited model-API docsAdrian Holovaty
2005-07-15Yes yes yes -- more documentation improvementsJacob Kaplan-Moss
2005-07-15Fixed table layout issueJacob Kaplan-Moss
2005-07-15Fixed another few small bugs in docsJacob Kaplan-Moss
2005-07-15Fixed a few broken links in docsJacob Kaplan-Moss
2005-07-15Made a bunch of doc improvementsJacob Kaplan-Moss
2005-07-13Moved django-docs to just plain docsJacob Kaplan-Moss