| Age | Commit message (Expand) | Author |
| 2010-01-28 | Fixed #12557 - AnonymousUser should check auth backends for permissions | Luke Plant |
| 2010-01-27 | Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach... | Russell Keith-Magee |
| 2010-01-27 | Made the database master router tolerant of router definitions that omit indi... | Russell Keith-Magee |
| 2010-01-26 | Fixed #12508 - Added ability to dynamically add inlines in the admin app. | Jannis Leidel |
| 2010-01-26 | Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above. | Jannis Leidel |
| 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-25 | Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave... | 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 #10314 -- Added a message prefix argument to Django's test assertions. ... | Russell Keith-Magee |
| 2010-01-22 | Fixed #12540, #12541 -- Added database routers, allowing for configurable dat... | Russell Keith-Magee |
| 2010-01-19 | Fixed #12640 -- Corrected a regression in test suite construction order intro... | Russell Keith-Magee |
| 2010-01-18 | Fixed #12638 -- Minor documentation cleanups around the new class-based test ... | Russell Keith-Magee |
| 2010-01-18 | Updated the docs around test runners to encourage the use of **kwargs in the ... | Russell Keith-Magee |
| 2010-01-18 | Fixed typo in docs - supports_objects_permissions should be supports_object_p... | Luke Plant |
| 2010-01-18 | Fixed #12624 -- Modified test runners to be class based. | 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-13 | Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i... | Russell Keith-Magee |
| 2010-01-12 | Fixed #11794 - Typo in model manager documentation. Thanks, timo. | Jannis Leidel |
| 2010-01-12 | Fixed #12512. Changed ModelForm to stop performing model validation on fields... | Joseph Kocherhans |
| 2010-01-10 | Fixed #12297 -- Fixed typo in docs/topics/db/queries.txt. Thanks, bertil and ... | Adrian Holovaty |
| 2010-01-10 | Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare ... | Adrian Holovaty |
| 2010-01-10 | Fixed #12113 -- Clarified is_active documentation. Thanks, ejucovy and isagalaev | 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 #12195 -- Clarified cache documentation to rename 'timeout_seconds' to ... | Adrian Holovaty |
| 2010-01-10 | Fixed #12161 -- Added escaping of a backslash in two generic-views.txt exampl... | Adrian Holovaty |
| 2010-01-10 | Fixed #12084 -- Documented the fact that QuerySet.update() returns the number... | Adrian Holovaty |
| 2010-01-10 | Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, brong... | Adrian Holovaty |
| 2010-01-10 | Fixed #11884 -- Clarified documentation to explain how to activate the built-... | Adrian Holovaty |
| 2010-01-10 | Fixed #10989 -- Fixed typos in formset and widget-media docs. Thanks, falken@... | Adrian Holovaty |
| 2010-01-09 | Minor formatting fixes for [12139] | Jannis Leidel |
| 2010-01-09 | Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou... | Adrian Holovaty |
| 2010-01-09 | Fixed #9638 - Added %(app_label)s to the related_name format string for abstr... | Jannis Leidel |
| 2010-01-09 | Negligible change to docs/topics/cache.txt so I can test something in the doc... | Adrian Holovaty |
| 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 |
| 2010-01-04 | Fixed #12053 - form examples don't validate according to w3c | Luke Plant |
| 2010-01-04 | Modified the way EMAIL_BACKEND is specified to make it consistent with the ne... | Russell Keith-Magee |
| 2010-01-01 | Fixed #12383 - Typo fix for authentication documentation. | Jannis Leidel |
| 2009-12-31 | Typo fix for doc added in r12034. Thanks Alex Gaynor. | Karen Tracey |
| 2009-12-31 | Fixed #12364: Added graceful exit from a test run when Ctrl-C is pressed. Th... | Karen Tracey |
| 2009-12-26 | i18n documentation fixes: | Gary Wilson Jr |
| 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 |