| Age | Commit message (Expand) | Author |
| 2010-10-28 | Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to tobych f... | Gabriel Hurley |
| 2010-10-22 | Fixed #14534 -- updated an out of date link in the docs. Thanks to d0ugal fo... | Alex Gaynor |
| 2010-10-19 | Fixed #10771 -- added support for using the transaction management functions ... | Alex Gaynor |
| 2010-10-19 | Fixed #14426 -- Removed "mysite" import statements from examples that might t... | Gabriel Hurley |
| 2010-10-09 | Fixes #13538 -- Clarified query examples with more explicit import statements... | Gabriel Hurley |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-09-13 | The optimization docs were a little too enthusiastic in recommending | Malcolm Tredinnick |
| 2010-09-12 | Add intro-user-level documentation about calling model methods from views. | Malcolm Tredinnick |
| 2010-08-30 | Fixed #13759 - Multi-db docs have an example that isn't syntax highlighting | Luke Plant |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-08-07 | Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for ... | Russell Keith-Magee |
| 2010-08-07 | Fixed #13718 -- Corrected typo in model docs. Thanks to gvkalra for the report. | Russell Keith-Magee |
| 2010-08-04 | Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM. | Jacob Kaplan-Moss |
| 2010-07-05 | Small corrections/improvements to DB optimization docs. | Luke Plant |
| 2010-05-14 | Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks to erw f... | Russell Keith-Magee |
| 2010-05-10 | Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks ... | Russell Keith-Magee |
| 2010-05-09 | Fixed #13316 -- Added clarifying note about cross-database relations. | Russell Keith-Magee |
| 2010-05-08 | Fixed #13428 -- Corrected the allow_relation behavior of and example router. ... | Russell Keith-Magee |
| 2010-04-06 | Fixed #13035 - Incorrect documentation regarding admin and default managers | Luke Plant |
| 2010-04-06 | Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txt | Luke Plant |
| 2010-04-05 | Fixed #13263 -- Corrected field name typo in queries documentation examples. ... | Justin Bronn |
| 2010-03-26 | Fixed #12930, #12832, #11538 -- Refactored and merged the GeoDjango documenta... | Justin Bronn |
| 2010-03-10 | Refs #12767 -- Modified the multi-db docs to remove the implication that cont... | Russell Keith-Magee |
| 2010-03-08 | Fixed #12941 -- Added documentation for the connections dictionary. Thanks to... | Russell Keith-Magee |
| 2010-02-24 | Fixed #12519 -- Corrected documentation on .raw() queries. Thanks to boralyl ... | Russell Keith-Magee |
| 2010-02-24 | Fixed #12880 -- Added some missing sphinx directives for module references. T... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12859 -- Clarified the documentation on using multiple tables with .up... | Russell Keith-Magee |
| 2010-02-23 | Updated patch applied in r12504. Refs #12806. | Justin Bronn |
| 2010-02-23 | Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks... | Justin Bronn |
| 2010-02-22 | Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the repo... | Justin Bronn |
| 2010-02-21 | Fixed #12897 - Typo in multi-db docs. Thanks fgutierrez. | Jannis Leidel |
| 2010-01-28 | Fixed #12715 -- Clarified the docs on the usage of database routers, especial... | Russell Keith-Magee |
| 2010-01-27 | Made the database master router tolerant of router definitions that omit indi... | Russell Keith-Magee |
| 2010-01-25 | Removed some stray content from the multi-db docs. Thanks to Yuri Baburov for... | Russell Keith-Magee |
| 2010-01-25 | Fixed #12672 -- Added the ability to configure which applications are availab... | Russell Keith-Magee |
| 2010-01-23 | Fixed #12668 -- Corrected some typos in the multi-db docs. Thanks to mattimus... | Russell Keith-Magee |
| 2010-01-22 | Fixed #12540, #12541 -- Added database routers, allowing for configurable dat... | Russell Keith-Magee |
| 2010-01-17 | Added versionchanged directive to docs introduced in r12139. | Jannis Leidel |
| 2010-01-16 | Created a 'DB optimization' topic, with cross-refs to relevant sections. | Luke Plant |
| 2010-01-12 | Fixed #11794 - Typo in model manager documentation. Thanks, timo. | Jannis Leidel |
| 2010-01-10 | Fixed #12297 -- Fixed typo in docs/topics/db/queries.txt. Thanks, bertil and ... | Adrian Holovaty |
| 2010-01-10 | Fixed #11794 -- Removed an unnecessary literary flourish in docs/topics/db/ma... | Adrian Holovaty |
| 2010-01-10 | Fixed #12345 -- Fixed bug in db/models.txt. | Adrian Holovaty |
| 2010-01-10 | Fixed #12084 -- Documented the fact that QuerySet.update() returns the number... | 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-09 | Fixed #12497 -- Fixed Sphinx errors in docs. Thanks, ramiro | Adrian Holovaty |
| 2010-01-09 | Edited docs/topics/db/multi-db.txt | Adrian Holovaty |
| 2010-01-09 | Removed ridiculous extra space around the title in docs/topics/db/aggregation... | Adrian Holovaty |
| 2010-01-08 | Added `using` to the list of documented arguments for save() on a model; upda... | Russell Keith-Magee |