| Age | Commit message (Expand) | Author |
| 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 #12582. Model validation on ForeignKeys now respects limit_choices_to. ... | Joseph Kocherhans |
| 2010-01-21 | Fixed #12590. Changed an expression in the validators tests to work correctly... | Joseph Kocherhans |
| 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-19 | Fixed an Oracle test failure introduced in [12226]. | Ian Kelly |
| 2010-01-19 | Fixed #12640 -- Corrected a regression in test suite construction order intro... | Russell Keith-Magee |
| 2010-01-18 | Fixed #12624 -- Modified test runners to be class based. | Russell Keith-Magee |
| 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-14 | Fixed #12560. Changed validate_unique to stop checking null primary key value... | Joseph Kocherhans |
| 2010-01-14 | Fixed #12386 -- Corrected the column names produced for autogenerated m2m tab... | Russell Keith-Magee |
| 2010-01-13 | Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i... | Russell Keith-Magee |
| 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 #9223 -- Added support for declarative widgets to ModelForm. I declare ... | Adrian Holovaty |
| 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 | Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in the data... | 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 |
| 2010-01-10 | Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for... | Adrian Holovaty |
| 2010-01-10 | Fixed #12455 -- corrected an oversight in result_headers not honoring admin_o... | Brian Rosner |
| 2010-01-10 | Added __init__.py and models.py so tests for validators will actually run. | Joseph Kocherhans |
| 2010-01-09 | Removed unneeded import, thanks Alex Gaynor. | Jannis Leidel |
| 2010-01-09 | Fixed #12466 - Set HTML class attributes for each field separately. Thanks fo... | Jannis Leidel |
| 2010-01-09 | Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gould... | Jannis Leidel |
| 2010-01-09 | Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris Beaven. | Jannis Leidel |
| 2010-01-09 | Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integer as a ... | Adrian Holovaty |
| 2010-01-09 | Fixed #12550 -- better handling with choices and null fields when displaying ... | Brian Rosner |