| Age | Commit message (Expand) | Author |
| 2011-05-31 | Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom. | Timo Graham |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-11-07 | Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro... | Gabriel Hurley |
| 2010-10-20 | Fixed #14493 -- Corrected use of the wrong attribute in the model validation ... | Gabriel Hurley |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-09-11 | Better error message for calling get_next_by_* on unsaved models. | Malcolm Tredinnick |
| 2010-08-30 | Fixed #14189 - permalink docs import mistake | Luke Plant |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-07-17 | Fixed import example code for NON_FIELD_ERRORS. | Karen Tracey |
| 2010-06-17 | Fixed #13778: Removed a stray colon in a code example. Thanks canassa. | Karen Tracey |
| 2010-05-09 | Fixed #13100 -- Clarified the model validation rules around full_clean(). Tha... | Russell Keith-Magee |
| 2010-01-12 | Fixed #9326 - Use decorator syntax in get_absolute_url example. Thanks, timo. | Jannis Leidel |
| 2010-01-12 | Fixed #12586. Corrected a typo in the validation docs. Thanks, phyfus. | Joseph Kocherhans |
| 2010-01-12 | Fixed #12512. Changed ModelForm to stop performing model validation on fields... | Joseph Kocherhans |
| 2010-01-09 | Made some edits to the validation part of docs/ref/models/instances.txt | Adrian Holovaty |
| 2010-01-08 | Corrected the chronograph on my time machine. ``using`` argument was added in... | Russell Keith-Magee |
| 2010-01-08 | Added `using` to the list of documented arguments for save() on a model; upda... | Russell Keith-Magee |
| 2010-01-05 | Added a note that full_validate will not be called automatically by model.sav... | Joseph Kocherhans |
| 2010-01-05 | Added a section to the docs for discussing validators and updated a few links... | Joseph Kocherhans |
| 2010-01-05 | Merged soc2009/model-validation to trunk. Thanks, Honza! | Joseph Kocherhans |
| 2009-07-24 | Fixed #11527 -- Added unit tests and documentation for the use of F() express... | Russell Keith-Magee |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm... | Gary Wilson Jr |
| 2009-03-31 | Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,... | Gary Wilson Jr |
| 2009-03-24 | Fixed #10329 -- Added link target for get_FOO_display, get_next_by_FOO, and g... | Russell Keith-Magee |
| 2008-10-06 | Fixed a couple of markup errors in the documentation. | Malcolm Tredinnick |
| 2008-09-03 | Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro. | Jacob Kaplan-Moss |
| 2008-09-02 | Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v... | Jacob Kaplan-Moss |
| 2008-08-31 | Fixed #8658: Added cross-references to signals docs from Model.save() docs | James Bennett |
| 2008-08-31 | Fixed #8679: use full signature of Model.save() in docs and remove no-longer-... | James Bennett |
| 2008-08-29 | Fixed #8662 -- Fixed the documentation of Model.save() to match the real | Malcolm Tredinnick |
| 2008-08-28 | Changed create() and get_or_create() to force an insert (not update an existi... | Malcolm Tredinnick |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |