| Age | Commit message (Expand) | Author |
| 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 | No, really this time -- corrected the warning message from r12510. | Russell Keith-Magee |
| 2010-02-23 | Cleaned up the warning message introduced by r12510. | Russell Keith-Magee |
| 2010-02-23 | Fixed #12912 -- Placed the psycopg1-backed ``postgresql`` database backend on... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12729 -- Replaced a hard-coded SQL statement with an ORM query so that... | Russell Keith-Magee |
| 2010-02-23 | Updated patch applied in r12504. Refs #12806. | Justin Bronn |
| 2010-02-23 | Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste... | Justin Bronn |
| 2010-02-23 | Fixed #12608 -- No longer return inconsistent results when using `values` and... | Justin Bronn |
| 2010-02-23 | Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks... | Justin Bronn |
| 2010-02-23 | Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexande... | Justin Bronn |
| 2010-02-23 | Fixed #12855 -- QuerySets with `extra` where parameters now combine correctly... | Justin Bronn |
| 2010-02-22 | Clarified a comment from [11687]. | Jacob Kaplan-Moss |
| 2010-02-22 | Fixed #12820. Implemented other dict methods for MergeDict. Thanks, Gisle Aas. | Joseph Kocherhans |
| 2010-02-22 | Fixed #11687: the `add` filter is now less failsome when faced with things th... | Jacob Kaplan-Moss |
| 2010-02-22 | Fixed #12901. Exclude overridden form fields from model field validation. Tha... | Joseph Kocherhans |
| 2010-02-22 | Fixed a typo in last commit. | Jannis Leidel |
| 2010-02-22 | Updated the check for gettext introduced in r12475 to also look at the version. | Jannis Leidel |
| 2010-02-22 | Fixed #12570. Removed unused fields from GenericForeignKey. Thanks, specialun... | Joseph Kocherhans |
| 2010-02-22 | Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in DecimalFiel... | Russell Keith-Magee |
| 2010-02-22 | Fixed #11226 -- Corrected an validation edge case with m2m relations between ... | Russell Keith-Magee |
| 2010-02-22 | Fixed #12864 -- Corrected handling of new user creation when a multi-database... | Russell Keith-Magee |
| 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 #12928 - Updated Danish translation. Thanks, Finn Gruwier Larsen. | Jannis Leidel |
| 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 #5972 - Allow the template filters to be used with the trans tag. Thank... | Jannis Leidel |
| 2010-02-21 | Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi... | Jannis Leidel |
| 2010-02-21 | Fixed #12853 - Updated Brazilian portuguese translation. Thanks, Guilherme Go... | Jannis Leidel |
| 2010-02-21 | Fixed #12874 - Updated French locale. Thanks, Stéphane Raimbault. | Jannis Leidel |
| 2010-02-21 | Fixed #11463 - Added Vietnamese translation. Thanks Erik Unger, clouserw and ... | 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 #12675 - Add the admin app to the project template settings.py for cons... | Jannis Leidel |
| 2010-02-21 | Fixed #12655 - diffsettings command now returns the diff instead of printing.... | 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 #7876 - Improved template error message to include expected end tag. Th... | 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-21 | Fixed #12868 - Updated French format file. Thanks stephaner and claudep. | Jannis Leidel |
| 2010-02-17 | Fixed #12705 -- Date/time and select filter widgets now work again with newly... | Justin Bronn |