| Age | Commit message (Expand) | Author |
| 2010-02-23 | Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,... | Jannis Leidel |
| 2010-02-23 | Fixed #12802 -- Specify the correct factory in the `InlineModelAdmin` docs. ... | Justin Bronn |
| 2010-02-23 | Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin... | Justin Bronn |
| 2010-02-23 | Fixed #12799 -- Added an extra newline to help with PDF generation of documen... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12800 -- Clarified the text describing the palettes available to djang... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12837 -- Clarified the naming strategy for m2m intermediate tables. Th... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12859 -- Clarified the documentation on using multiple tables with .up... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12916 -- Added a missing versionadded marker for the m2m_changed signa... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12925 -- Corrected typo in v1.1 release notes. Thanks to aruseni for t... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12912 -- Placed the psycopg1-backed ``postgresql`` database backend on... | 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 #11687: the `add` filter is now less failsome when faced with things th... | Jacob Kaplan-Moss |
| 2010-02-22 | Fixed #12932 -- Added an extra argument to suite_result() in the test runner,... | Russell Keith-Magee |
| 2010-02-22 | Fixed #9147 -- Added `FormPreview.process_preview` customization hook. Thank... | Justin Bronn |
| 2010-02-22 | Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the repo... | Justin Bronn |
| 2010-02-22 | Fixed #12585 -- Corrected typo in tutorial03. Thanks, fcsmith. | Justin Bronn |
| 2010-02-21 | Fixed #12910 - Only test extracting translation strings if xgettext can be fo... | Jannis Leidel |
| 2010-02-21 | Fixed #9764 - Updated EmailField and URLField to support IDN (Internationaliz... | Jannis Leidel |
| 2010-02-21 | Fixed #11714 - Document a few of the i18n function that can be used outside v... | Jannis Leidel |
| 2010-02-21 | Fixed #12275 - Small fix in Sphinx templates. | 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 #12620 - Refer to better fieldname in defer docs. Thanks, dwillis. | Jannis Leidel |
| 2010-02-21 | Fixed #12604 - Typo in 1.1 release docs. | Jannis Leidel |
| 2010-02-21 | Fixed #12877 - Typo in settings docs. Thanks Timo. | Jannis Leidel |
| 2010-02-21 | Fixed #12887 - Fixed typo in release docs. Thanks blueyed. | 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 #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 |