| Age | Commit message (Expand) | Author |
| 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 |
| 2010-01-07 | Added docs on how syncdb and other management commands interact with multi-db. | Russell Keith-Magee |
| 2009-12-26 | Fixed several broken and redirecting URLs in the documentation (fixes #12219,... | Gary Wilson Jr |
| 2009-12-25 | Fixed #12447 -- Corrected a bad example in the multi-db docs. Thanks to Bryan... | Russell Keith-Magee |
| 2009-12-24 | Fixed #12426 -- Corrected typo in multi-db docs. Thanks to btbytes for the re... | Russell Keith-Magee |
| 2009-12-22 | Documentation markup fixes. | Russell Keith-Magee |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-21 | Fixed #12409 -- Corrected some documentation typos in the docs on raw queryse... | Russell Keith-Magee |
| 2009-12-20 | Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer... | Jacob Kaplan-Moss |
| 2009-09-23 | Fixed #11931: Removed mention of nonexistent get_sql() method for arguments t... | James Bennett |
| 2009-06-18 | Made correction to documentation change from [11045]. | Russell Keith-Magee |
| 2009-06-18 | Fixed #11278 -- Clarified query documentation regarding bulk assignment of m2... | Russell Keith-Magee |
| 2009-06-17 | Fixed #9919 -- Added note on the need to mark transactions as dirty when usin... | Russell Keith-Magee |
| 2009-05-23 | Fixed #11188 -- Removed incorrect doc note about step being unsupported when ... | Karen Tracey |
| 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-16 | Fixed #9206 -- Added documentation on savepoints, and how to use them to reco... | Russell Keith-Magee |
| 2009-05-02 | Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, an... | Russell Keith-Magee |
| 2009-04-12 | Fixed #10490 -- Small wording correction in the docs. Thanks, matehat. | Malcolm Tredinnick |
| 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 |