| Age | Commit message (Expand) | Author |
| 2010-10-18 | Fixed #14479 -- Added initial Punjabi (pa) translation. Thanks, A S Alam. | Jannis Leidel |
| 2010-10-18 | Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabrielhurley! | Honza Král |
| 2010-10-18 | Fixed #12074 -- Adding .as_p and as_ul methods to FormSet. Thanks arthurdeber... | Honza Král |
| 2010-10-17 | Fixed #13963 -- Use the correct verbose name of a reverse relation field in t... | Jannis Leidel |
| 2010-10-17 | Corrected the skipIfDBFeature and skipUnlessDBFeature decorators to actually ... | Russell Keith-Magee |
| 2010-10-16 | Fixed #14126 -- Fixed an issue with changes to the blocktrans tag introduced ... | Jannis Leidel |
| 2010-10-16 | Fixed #14429 -- Updated German translation. Thanks, jnns. | Jannis Leidel |
| 2010-10-15 | Fixed Python 2.4 incompatibility introduced in [14218] | Luke Plant |
| 2010-10-15 | Fixed #11350 -- added an Israeli localflavor. Thanks to Yuval and Idan Gazit... | Alex Gaynor |
| 2010-10-15 | Change the stacklevel for Field deprecation warnings to correctly point to th... | Chris Beaven |
| 2010-10-14 | Fixed #14445 - Use HMAC and constant-time comparison functions where needed. | Luke Plant |
| 2010-10-14 | Fixed #14301 -- Handle email validation gracefully with email addresses conta... | Jannis Leidel |
| 2010-10-14 | Fixed reference to removed function root() in AdminSite docstring. | Luke Plant |
| 2010-10-13 | Fixed #12192 -- Don't execute any DB query when the QS slicing being performed | Ramiro Morales |
| 2010-10-13 | Fixed #14119 -- fields_for_model no longer returns all fields when fields par... | Honza Král |
| 2010-10-13 | Fixed #14017 -- wrong comment on log_deletion method of ModelAdmin | Honza Král |
| 2010-10-13 | Fixed #13830 -- Updated province name in Indonesian localflavor. Thanks, rodin. | Justin Bronn |
| 2010-10-13 | Fixed #13811 -- Changed unique validation in model formsets to ignore None va... | Honza Král |
| 2010-10-12 | Fixed #9002 -- Added a RequestFactory. This allows you to create request inst... | Russell Keith-Magee |
| 2010-10-12 | Enabled area calculations for geography columns. | Justin Bronn |
| 2010-10-12 | Fixed #14447 -- Modified the auth and sitemaps tests to remove some assumptio... | Russell Keith-Magee |
| 2010-10-12 | Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func... | Alex Gaynor |
| 2010-10-12 | Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson. | Chris Beaven |
| 2010-10-11 | Fixed #14349 -- Added Belgium localflavor. Thanks for the report and patch, L... | Jannis Leidel |
| 2010-10-11 | Fixed #13494 -- Correctly concat an email subject prefix with a translation s... | Jannis Leidel |
| 2010-10-11 | Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced in [13980] | Luke Plant |
| 2010-10-11 | Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,... | Russell Keith-Magee |
| 2010-10-11 | Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin... | Russell Keith-Magee |
| 2010-10-11 | Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't affect the pas... | Alex Gaynor |
| 2010-10-10 | Fixed #13863 -- Corrected decimal separator in Swedish format module. Thanks,... | Jannis Leidel |
| 2010-10-10 | Don't mark a TemplateSyntaxError in flatpages as being translatable. | Alex Gaynor |
| 2010-10-10 | Fixed #6073 -- Made compilemessages 18n management command reject PO files wi... | Ramiro Morales |
| 2010-10-10 | Fixed #14193: prepopulated_fields javascript now concatenates in correct orde... | Andrew Godwin |
| 2010-10-10 | Refs #11256 -- Extended the annotation field name conflict check to cover m2m... | Carl Meyer |
| 2010-10-10 | Fixed #12226 -- Deprecated test client Response.template attribute in favor o... | Carl Meyer |
| 2010-10-10 | Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps when | Ramiro Morales |
| 2010-10-10 | Converted contrib/webdesign doctests to unittests. We thoroughly deplore tho... | Luke Plant |
| 2010-10-10 | Converted contrib/auth/tokens doctests to unittests. We've always said "no m... | Luke Plant |
| 2010-10-09 | Added sanity-checking of annotation alias names. | Carl Meyer |
| 2010-10-09 | Fixed a PendingDeprecationWarning coming from django.core.cache in Python 2.6. | Alex Gaynor |
| 2010-10-09 | Fixed #14356. Remove some dead imports from django.core.management.sql. Tha... | Alex Gaynor |
| 2010-10-09 | Fixed #14366 -- Model.objects.none().values() now correctly returns a QuerySe... | Alex Gaynor |
| 2010-10-09 | Ensure that the sitemaps test deactivates it's locale, so that subsequent tes... | Russell Keith-Magee |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-10-09 | Fixed #12979 -- allowed using savepoints in TestCase (i.e. tests with transac... | Alex Gaynor |
| 2010-10-09 | Fixed #14378 -- Made the test client class customizable. Thanks to Ned Batche... | Russell Keith-Magee |
| 2010-10-09 | Fixed #12872 -- Removed vestiges of mythic old template validation admin app ... | Ramiro Morales |
| 2010-10-09 | Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au... | Russell Keith-Magee |
| 2010-10-08 | Fixed #13241. order_with_respect_to now works with ForeignKeys who refer to ... | Alex Gaynor |
| 2010-10-08 | Fixed links to the date formats choices in the global settings. Thanks, Russell. | Jannis Leidel |