| Age | Commit message (Expand) | Author |
| 2010-03-06 | Fixed #12896. Documented the new side-effects of ModelForm validation. | Joseph Kocherhans |
| 2010-03-01 | Fixed #5605: only lowercase the domain portion of an email address in `UserMa... | Jacob Kaplan-Moss |
| 2010-03-01 | Fixed #5786: relaxed the validation for usernames to allow more common charac... | Jacob Kaplan-Moss |
| 2010-03-01 | Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in c... | Jannis Leidel |
| 2010-02-26 | Fixed #12967 - Added missing versionadded/-changed doc markers for r11964. Th... | Jannis Leidel |
| 2010-02-24 | Fixed #11933 -- Added versionchanged marker for the cache_db session backend.... | Russell Keith-Magee |
| 2010-02-24 | Fixed #11782 -- Added some Sphinx metadata to the file uploads documentation.... | 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 #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,... | Jannis Leidel |
| 2010-02-23 | Fixed #12799 -- Added an extra newline to help with PDF generation of documen... | 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 #12932 -- Added an extra argument to suite_result() in the test runner,... | Russell Keith-Magee |
| 2010-02-22 | Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the repo... | Justin Bronn |
| 2010-02-21 | Fixed #11714 - Document a few of the i18n function that can be used outside v... | Jannis Leidel |
| 2010-02-21 | Fixed #12066 - Moved auth context processor from core to the auth app. Thanks... | Jannis Leidel |
| 2010-02-21 | Fixed #12795 - Updated the middleware docs to include the messages app middle... | Jannis Leidel |
| 2010-02-21 | Fixed #12895 - Fixed typo in auth docs. Thanks Timo. | Jannis Leidel |
| 2010-02-21 | Fixed #12897 - Typo in multi-db docs. Thanks fgutierrez. | Jannis Leidel |
| 2010-02-16 | Fixed #6380 - Follow symlinks when examining source code and templates for tr... | Jannis Leidel |
| 2010-02-16 | Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro ... | Jannis Leidel |
| 2010-02-14 | Fixed #12840: mark natural key serialization in the docs as new in 1.2. Thank... | Jacob Kaplan-Moss |
| 2010-02-09 | Fixed #12829 - typos introduced in [12400] | Luke Plant |
| 2010-02-09 | Removed docs that assume developer might be using Python < 2.4 | Luke Plant |
| 2010-02-06 | Fixed #12797: Corrected typo in the documentation for the changepassword mana... | James Bennett |
| 2010-02-01 | Updated formset docs to contain the new management form field for max_num val... | Jannis Leidel |
| 2010-02-01 | Fixed #6364 -- Added the ability to run individual doctests. | Russell Keith-Magee |
| 2010-01-29 | Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ... | Russell Keith-Magee |
| 2010-01-28 | Fixed #12715 -- Clarified the docs on the usage of database routers, especial... | Russell Keith-Magee |
| 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 |