| Age | Commit message (Expand) | Author |
| 2010-01-12 | Fixed #12512. Changed ModelForm to stop performing model validation on fields... | Joseph Kocherhans |
| 2010-01-10 | Fixed #12271 -- Fixed typo in URLField docs. Thanks, adam@andyet.net | Adrian Holovaty |
| 2010-01-10 | Fixed #10947 -- Fixed error in __in documentation. Thanks, julianb and timo | Adrian Holovaty |
| 2010-01-10 | Fixed #10862 -- Clarified confusing documentation about ImageField height/wid... | Adrian Holovaty |
| 2010-01-09 | Fixed #12512 -- Fixed typo in docs/ref/models/fields.txt. Thanks, bward1 | Adrian Holovaty |
| 2010-01-09 | Fixed #12555 -- Fixed typo in docs/ref/models/querysets.txt. Thanks, y_feldblum | Adrian Holovaty |
| 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-12-26 | Fixed several broken and redirecting URLs in the documentation (fixes #12219,... | Gary Wilson Jr |
| 2009-12-26 | Fixed #9465 -- Simplified API Reference documentation titles for easier looku... | Gary Wilson Jr |
| 2009-12-26 | Fixed #12205 -- Corrected malformed reference links in the 1.1 and 1.1-alpha ... | Gary Wilson Jr |
| 2009-12-22 | Improved documentation of when QuerySet.exists() and .count() are a genuine o... | Luke Plant |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-17 | Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten... | Karen Tracey |
| 2009-11-12 | Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plu... | Russell Keith-Magee |
| 2009-10-24 | Fixed #11402: added a `QuerySet.exists()` method. Thanks, Alex Gaynor. | Jacob Kaplan-Moss |
| 2009-09-28 | Fixed #9674 - documented app_label. | Luke Plant |
| 2009-09-23 | Fixed #11931: Removed mention of nonexistent get_sql() method for arguments t... | James Bennett |
| 2009-09-12 | Fixed #6047 -- Minor correction to the documentation regarding regex field lo... | Russell Keith-Magee |
| 2009-09-12 | Fixed #11592 -- Corrected the grammar in the queryset docs. Thanks to Shannon... | Russell Keith-Magee |
| 2009-07-24 | Fixed #11527 -- Added unit tests and documentation for the use of F() express... | Russell Keith-Magee |
| 2009-07-15 | Fixed #11235 -- Added a missing clause from some sample SQL in the queryset d... | Russell Keith-Magee |
| 2009-06-24 | Fixed #11354 -- Remove stray whitespace in queryset docs. Thanks to flebel fo... | Russell Keith-Magee |
| 2009-06-17 | Fixed #9919 -- Added note on the need to mark transactions as dirty when usin... | Russell Keith-Magee |
| 2009-06-10 | Fixed #10981 -- Clarified documentation regarding lazy cross-application rela... | Russell Keith-Magee |
| 2009-04-22 | Added a `QuerySet.ordered` property to check if a queryset is already ordered... | Jacob Kaplan-Moss |
| 2009-04-16 | Fixed #10776 -- Added metadata targets for the contrib.admin docs, and used o... | Russell Keith-Magee |
| 2009-04-16 | Fixed #10812 -- Corrected typo in aggregation docs. Thanks to uzi for the rep... | Russell Keith-Magee |
| 2009-04-09 | Fixed #10647: intermediary tables between two umanaged models are no longer c... | Jacob Kaplan-Moss |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-03-31 | A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #... | 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-30 | Fixed a few class references in the model field docs. | Gary Wilson Jr |
| 2009-03-30 | Fixed #10076 -- Documented invalid arguments for `FileField`, based on patch ... | Gary Wilson Jr |
| 2009-03-30 | Fixed #9853 -- Added information to the model date/time fields to note the Py... | Gary Wilson Jr |
| 2009-03-25 | Fixed #10574 -- Documented interaction between annotations and order_by. | Malcolm Tredinnick |
| 2009-03-24 | Fixed #10329 -- Added link target for get_FOO_display, get_next_by_FOO, and g... | Russell Keith-Magee |
| 2009-03-23 | Added 1.1 beta release notes. | Jacob Kaplan-Moss |
| 2009-03-21 | Corrected syntax typos in a couple of versionadded directives. | Gary Wilson Jr |
| 2009-03-20 | Added some further clarification to the docs for Meta.managed. | Malcolm Tredinnick |
| 2009-03-19 | Fixed #10546 -- Fixed a docs typo noticed by carljm. | Malcolm Tredinnick |
| 2009-03-19 | Fixed #5420 -- Added support for delayed loading of model fields. | Malcolm Tredinnick |
| 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 | Fixed #3163 -- Add a "Meta.managed" option to models. | Malcolm Tredinnick |