| Age | Commit message (Expand) | Author |
| 2010-05-10 | Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks ... | Russell Keith-Magee |
| 2010-01-17 | Added versionchanged directive to docs introduced in r12139. | Jannis Leidel |
| 2010-01-10 | Fixed #12345 -- Fixed bug in db/models.txt. | Adrian Holovaty |
| 2010-01-09 | Minor formatting fixes for [12139] | Jannis Leidel |
| 2010-01-09 | Fixed #9638 - Added %(app_label)s to the related_name format string for abstr... | Jannis Leidel |
| 2010-01-08 | Added `using` to the list of documented arguments for save() on a model; upda... | Russell Keith-Magee |
| 2009-05-18 | Fixed #11137 -- Add missing base class in proxy model extra managers doc. Th... | Karen Tracey |
| 2009-05-17 | Fixed #11106 -- Corrected typo in models doc. Thanks mnieber. | Karen Tracey |
| 2009-05-02 | Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, an... | Russell Keith-Magee |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #9012: Changed inappropriate title of models documentation. | James Bennett |
| 2009-03-31 | Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,... | Gary Wilson Jr |
| 2009-03-30 | Fixed #9914 -- Fixed field class name in models docs, patch from timo. | Gary Wilson Jr |
| 2009-03-23 | Added 1.1 beta release notes. | Jacob Kaplan-Moss |
| 2009-03-19 | Added some documentation explaining "managed=False" vs. "proxy=True". | Malcolm Tredinnick |
| 2009-03-18 | Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models). | Malcolm Tredinnick |
| 2009-03-09 | Made a couple of cross-references in the model fields documentaiton consistent. | Malcolm Tredinnick |
| 2009-03-04 | Made it explicit if you accidentally override a Field from a parent model. | Malcolm Tredinnick |
| 2009-02-22 | Fixed #9347 -- Added an entry in the field reference for the verbose_name opt... | Russell Keith-Magee |
| 2009-02-22 | Fixed #10118 -- Clarified the error message raised when accessing a subclass ... | Russell Keith-Magee |
| 2008-09-22 | Fixed #8967: Added documentation for the 'through' option on a many-to-many f... | Russell Keith-Magee |
| 2008-09-14 | Fixed #9046: Corrected a typo in the m2m intermediate docs. Thanks to djoume ... | Russell Keith-Magee |
| 2008-09-06 | Fixed #8883 -- Fixed some glitches in model reference. Thanks, arien | Adrian Holovaty |
| 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-09-01 | Fixed #8759 -- Corrected a typo in example code. Thanks James Tauber for the ... | Brian Rosner |
| 2008-09-01 | Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django... | Jacob Kaplan-Moss |
| 2008-09-01 | Fixed #8705: Corrected some formatting issues in models documentation | James Bennett |
| 2008-09-01 | Fixed #8730: Incorporated (with minor changes) additions/enhancements to one-... | James Bennett |
| 2008-08-31 | Fixed #8533: restored model inheritance docs, and updated one-to-one docs to ... | James Bennett |
| 2008-08-31 | Fixed #8679: use full signature of Model.save() in docs and remove no-longer-... | James Bennett |
| 2008-08-30 | Fixed #8693: Fixed formatting of the "null" argument for model fields | James Bennett |
| 2008-08-25 | Fixed a bad link in topics/db/models.txt | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #8539: fixed PEP references. Thanks, carljm. | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed a handful of typo/markup problems in the docs. Patch from Daniel Roseman. | Jacob Kaplan-Moss |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |