| Age | Commit message (Expand) | Author |
| 2010-02-14 | Fixed #6054: work around PIL's installation brokeness by detecting either of ... | Jacob Kaplan-Moss |
| 2010-02-13 | Fixed #11944 -- Improved exception handling for the filesizeformat filter. Th... | Russell Keith-Magee |
| 2010-02-13 | Fixed #12613 -- Added Q and Z to the list of characters supported by the phon... | Russell Keith-Magee |
| 2010-02-13 | Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and ... | Russell Keith-Magee |
| 2010-02-13 | Fixed #12378 -- Removed some tests made redundant by feature deprecation. Tha... | Russell Keith-Magee |
| 2010-02-11 | Fixed #11623 -- Corrected table name quoting in db cache backend. Thanks to F... | Russell Keith-Magee |
| 2010-02-11 | Fixed #12399 -- Added handling for memcache timeouts longer than 30 days. Tha... | Russell Keith-Magee |
| 2010-02-10 | Fixed #11535: Corrected SQL generated for queries involving generic relations... | Karen Tracey |
| 2010-02-10 | Fixed #12698. Model.clean() used with a ModelForm no longer causes a KeyError... | Joseph Kocherhans |
| 2010-02-09 | Fixed #12804 - regression with decorating admin views. | Luke Plant |
| 2010-02-05 | Fixed #3594 - Added ability to discard the language catalog in the JavaScript... | Jannis Leidel |
| 2010-02-05 | Fixed #12777 - Localize decimal fields correctly. Thanks, Florian Apolloner | Jannis Leidel |
| 2010-02-03 | Corrected app_loading test so it does not generate a key error when TZ is not... | Karen Tracey |
| 2010-02-02 | Fixed #12667. Added optgroup validation support to model fields with choices.... | Joseph Kocherhans |
| 2010-02-01 | Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als... | Jannis Leidel |
| 2010-02-01 | Fixed #12654 - Correctly display ForeignKey fields in read-only scenarios. Th... | Jannis Leidel |
| 2010-01-29 | Fixed #12721: Ensured objects with generic relations that use non-integer obj... | Karen Tracey |
| 2010-01-28 | Fixed #12724: Fixed new comment tests to not hardcode comment primary key val... | Karen Tracey |
| 2010-01-28 | Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1... | Russell Keith-Magee |
| 2010-01-27 | Fixed #12703 -- Corrected a test suite failure in the admin_views tests. | Russell Keith-Magee |
| 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 #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ... | Russell Keith-Magee |
| 2010-01-25 | Fixed #12672 -- Added the ability to configure which applications are availab... | Russell Keith-Magee |
| 2010-01-23 | Fixed #12470 - django.contrib.messages CookieStorage failing silently in safa... | Luke Plant |
| 2010-01-23 | ModelAdmin.fields wasn't able to refer to fields only on a custom form | Brian Rosner |
| 2010-01-22 | Fixed #12664 -- Fixed `GenericRelation.m2m_reverse_name` to return the correc... | Justin Bronn |
| 2010-01-22 | Fixed #12659 -- Return a more meaningful KeyError message when ContextList lo... | 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-21 | Fixed #12596. Calling super from a ModelForm's clean method is once again opt... | Joseph Kocherhans |
| 2010-01-21 | Fixed #12577. Reverted some changes from [12098] since [12206] made them unne... | Joseph Kocherhans |
| 2010-01-17 | Fixed test introduced in r12044 to actually test the issue. | Jannis Leidel |
| 2010-01-16 | Fixed a form test from [12211] that didn't clean up after itself. Thanks, Ale... | Jacob Kaplan-Moss |
| 2010-01-12 | Make use of new ability to override admin add form templates and removed a li... | Jannis Leidel |
| 2010-01-12 | Fixed #8933 - Allow more admin templates to be overridden. | Jannis Leidel |
| 2010-01-12 | Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett. | Jannis Leidel |
| 2010-01-12 | Fixed #12510. Changed ModelChoiceField to stop using some of its superclasses... | Joseph Kocherhans |
| 2010-01-12 | Fixed #12512. Changed ModelForm to stop performing model validation on fields... | Joseph Kocherhans |
| 2010-01-10 | Fixed #11783 -- ordinal template tag now catches TypeError. Thanks, realpolit... | Adrian Holovaty |
| 2010-01-10 | Fixed: 3274: Added date_list context variable to the archive_month generic vi... | Karen Tracey |
| 2010-01-10 | Fixed #6094 again -- fixed broken unit tests. Thanks, isagalaev | Adrian Holovaty |
| 2010-01-10 | Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc | Adrian Holovaty |
| 2010-01-10 | Removed unnecessary debugging statement in admin_views regression test | Adrian Holovaty |
| 2010-01-10 | Added some missing __init__.py files to two tests | Adrian Holovaty |
| 2010-01-10 | Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than... | Adrian Holovaty |
| 2010-01-10 | Fixed #10979 -- Fixed misleading FixedOffset.__repr__(). Thanks, gsong | Adrian Holovaty |
| 2010-01-10 | Added tests that I neglected to check in for #8049 in [12159] | Adrian Holovaty |