summaryrefslogtreecommitdiff
path: root/docs/ref/models/instances.txt
AgeCommit message (Expand)Author
2009-07-24Fixed #11527 -- Added unit tests and documentation for the use of F() express...Russell Keith-Magee
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-31Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...Gary Wilson Jr
2009-03-31Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,...Gary Wilson Jr
2009-03-24Fixed #10329 -- Added link target for get_FOO_display, get_next_by_FOO, and g...Russell Keith-Magee
2008-10-06Fixed a couple of markup errors in the documentation.Malcolm Tredinnick
2008-09-03Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro.Jacob Kaplan-Moss
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-31Fixed #8658: Added cross-references to signals docs from Model.save() docsJames Bennett
2008-08-31Fixed #8679: use full signature of Model.save() in docs and remove no-longer-...James Bennett
2008-08-29Fixed #8662 -- Fixed the documentation of Model.save() to match the realMalcolm Tredinnick
2008-08-28Changed create() and get_or_create() to force an insert (not update an existi...Malcolm Tredinnick
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss