| Age | Commit message (Expand) | Author |
| 2012-12-28 | [1.5.x] Fixed #19498 -- refactored auth documentation | Preston Holmes |
| 2012-12-21 | [1.5.X] Fixed #19506 - Remove 'mysite' prefix in model example. | Tim Graham |
| 2012-11-23 | [1.5.X] Changed if statement to a slightly cleaner variant | WoLpH |
| 2012-10-12 | Merge pull request #422 from elvard/18996 | Tim Graham |
| 2012-10-11 | Fixed #16588 - Warned about field names that conflict with the model API | Tim Graham |
| 2012-10-04 | Fixed #18996 - Docs on overriden model methods | Tomáš Ehrlich |
| 2012-08-21 | Fixed #18637 - Updated some documentation for aspects of models that are Mode... | Tim Graham |
| 2012-07-24 | Clarified default name of M2M relationship DB table. | Ramiro Morales |
| 2012-06-07 | Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. | Claude Paroz |
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin |
| 2012-06-06 | Replaced documentation snippets using "gender" with less sensitive examples. | Jacob Kaplan-Moss |
| 2012-04-15 | Fixed #18024 -- Reworded sentence in models documentation. Thanks Preston Hol... | Claude Paroz |
| 2012-03-30 | Fixed #17999 -- Restored the links to examples from models documentation. Ref... | Claude Paroz |
| 2012-03-29 | Fixed #17999 -- Added a 'See also' paragraph to OneToOneField doc section. | Ramiro Morales |
| 2012-03-27 | Added missing indentation in models topic documentation. | Claude Paroz |
| 2012-03-14 | Fixed #17605: Restored deleted query documentation that used to live in docte... | James Bennett |
| 2012-03-13 | Replaced http by https in djangoproject.com links | Claude Paroz |
| 2011-11-16 | Fixed #17240 -- Replaced links to the online version of the docs by internal ... | Aymeric Augustin |
| 2011-11-10 | Fixed #17184 -- Typo in models documentation. Thanks elimisteve for the report. | Aymeric Augustin |
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from [16... | Luke Plant |
| 2011-09-11 | Fixed #16742 -- Provided code examples in the models documentation for access... | Julien Phalip |
| 2011-09-04 | Converted links to external topics so they use intersphinx extension markup. | Ramiro Morales |
| 2011-08-22 | Made documentation of ManyToManyField placement clearer (kind of). | Malcolm Tredinnick |
| 2011-05-13 | Fixed #16014 -- numerous documentation typos -- thanks psmith. | Simon Meers |
| 2011-03-04 | Fixed #11864 -- Improved the "see also" section of the many-to-one model topi... | Gabriel Hurley |
| 2011-02-02 | Fixed #7325 -- Broken links for model documentation; thanks Justin Lilly. | Timo Graham |
| 2010-12-31 | Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for the report. | Timo Graham |
| 2010-12-27 | Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily call obj... | Timo Graham |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-12-14 | Fixed #14848 - change example verbose name to match convention. thanks madisv... | Timo Graham |
| 2010-12-05 | Fixed #14841 -- added xrefs to topics/db/models. Thanks adamv. | Simon Meers |
| 2010-11-06 | Fixed #14629 -- corrected a misspelling and poor wording in the docs. Thanks... | Alex Gaynor |
| 2010-10-28 | Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to tobych f... | Gabriel Hurley |
| 2010-10-19 | Fixed #14426 -- Removed "mysite" import statements from examples that might t... | Gabriel Hurley |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-08-07 | Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for the report. | Russell Keith-Magee |
| 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 |