| Age | Commit message (Expand) | Author |
| 2010-05-11 | [1.1.X] Fixed #12997 -- Corrected the module markup for QuerySet methods. Tha... | Russell Keith-Magee |
| 2010-05-10 | [1.1.X] Fixed #12678 -- Corrected a few references to Queryset into QuerySet.... | Russell Keith-Magee |
| 2010-05-10 | [1.1.X] Fixed #12229 -- Added documentation of the FieldFile methods that are... | Russell Keith-Magee |
| 2010-05-09 | [1.1.X] Fixed #12997 -- Added markup for methods in the queryset docs. Thanks... | Russell Keith-Magee |
| 2010-05-09 | [1.1.X] Fixed #13282 -- Clarified documentation around week_day filtering in ... | Russell Keith-Magee |
| 2010-05-09 | [1.1.X] Fixed #13455 -- Clarified the interaction of values() and extra(). Th... | Russell Keith-Magee |
| 2010-05-03 | [1.1.X] Fixed #13099 - incorrect SQL for exclude() example | Karen Tracey |
| 2010-04-12 | [1.1.X] Fixed #11711 -- clarified that ValuesQuerySets are not lists per se. | Karen Tracey |
| 2010-03-20 | [1.1.X] Fixed `fieldlookup` docs cross-reference directive, and added it to t... | Justin Bronn |
| 2010-03-08 | [1.1.X] Fixed #12024: Changed admin code to avoid raising an exception when a... | Karen Tracey |
| 2010-02-24 | [1.1.X] Fixed #12538 -- Added a note that pickles aren't stable during versio... | Russell Keith-Magee |
| 2010-02-23 | [1.1.X] Fixed #12837 -- Clarified the naming strategy for m2m intermediate ta... | Russell Keith-Magee |
| 2010-02-22 | [1.1.X] Fixed #12620 - Refer to better fieldname in defer docs. Thanks, dwillis. | Jannis Leidel |
| 2010-01-16 | [1.1.X] Fixed #12622 - exists() mentioned in 1.1 docs | Luke Plant |
| 2010-01-16 | [1.1.X] Created a 'DB optimization' topic, with cross-refs to relevant sections. | Luke Plant |
| 2010-01-08 | [1.1.X] Updated the docs to suggest using ``*args, **kwargs`` when implementi... | Russell Keith-Magee |
| 2009-12-26 | [1.1.X] Fixed several broken and redirecting URLs in the documentation (fixes... | Gary Wilson Jr |
| 2009-12-26 | [1.1.X] Fixed #9465 -- Simplified API Reference documentation titles for easi... | Gary Wilson Jr |
| 2009-11-12 | [1.1.X] Fixed #12204 -- Corrected the use of :djadmin: links in the testing d... | Russell Keith-Magee |
| 2009-09-28 | [1.1.X] Fixed #9674 - documented app_label. | Luke Plant |
| 2009-09-23 | [1.1.X] Fixed #11931: Removed mention of nonexistent get_sql() method for arg... | James Bennett |
| 2009-09-13 | [1.1.X] Fixed #6047 -- Minor correction to the documentation regarding regex ... | Russell Keith-Magee |
| 2009-09-13 | [1.1.X] Fixed #11592 -- Corrected the grammar in the queryset docs. Thanks to... | 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 |
| 2009-03-09 | Made a couple of cross-references in the model fields documentaiton consistent. | Malcolm Tredinnick |