| Age | Commit message (Expand) | Author |
| 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 #7050 - Allow the makemessages command to optionally ignore paths when ... | 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 #12798: fixed a typo in the 1.2 release notes. Thanks, Andrew Badr. | Jacob Kaplan-Moss |
| 2010-02-14 | Fixed #12840: mark natural key serialization in the docs as new in 1.2. Thank... | Jacob Kaplan-Moss |
| 2010-02-10 | Fixed #12839 - noted change of import path for csrf_exempt decorator | Luke Plant |
| 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-09 | Fixed #12804 - regression with decorating admin views. | Luke Plant |
| 2010-02-06 | Clarify number of deprecations in the beta release. | James Bennett |
| 2010-02-06 | Couple final tweaks to the release notes. | James Bennett |
| 2010-02-06 | Fix reST error in release notes. | James Bennett |
| 2010-02-06 | Add 1.2 beta release notes to release notes index. | James Bennett |
| 2010-02-06 | Reorganize the beta release notes a bit and trim down the section on feeds. | James Bennett |
| 2010-02-06 | Clarify object-level permissions. | James Bennett |
| 2010-02-06 | Initial draft of 1.2 beta release notes. | James Bennett |
| 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-02-01 | Fixed #12745: The maxlength -> max_length change happened in 2007, we can pro... | James Bennett |
| 2010-01-29 | Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ... | Russell Keith-Magee |
| 2010-01-28 | Fixed #4140: Documented the ORA-06552 error that can occur when a keyword is ... | Ian Kelly |
| 2010-01-28 | Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1... | 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-28 | Added some release notes for the object permissions foundation (added in r11807) | Luke Plant |
| 2010-01-27 | Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r... | Russell Keith-Magee |
| 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-24 | Synced 1.2 release notes with 1.1.2 release notes w.r.t. cookie encoding, for... | Luke Plant |
| 2010-01-23 | Documented backwards incompatibility in 1.1.X branch introduced in r12283 | Luke Plant |
| 2010-01-23 | Fixed #12470 - django.contrib.messages CookieStorage failing silently in safa... | Luke Plant |
| 2010-01-23 | Added color configuration for HTTP 304, since it doesn't require as much atte... | 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-18 | Fixed bad indentation in contenttypes code example so that cut and paste from... | Karen Tracey |
| 2010-01-17 | Added a few more versionadded directives to the documentation. | Jannis Leidel |