| Age | Commit message (Expand) | Author |
| 2010-01-23 | Fixed #12564 - Use locale-aware date format in admin object history overview | Jannis Leidel |
| 2010-01-23 | ModelAdmin.fields wasn't able to refer to fields only on a custom form | Brian Rosner |
| 2010-01-23 | Fixed #12668 -- Corrected some typos in the multi-db docs. Thanks to mattimus... | Russell Keith-Magee |
| 2010-01-22 | Fixed #12664 -- Fixed `GenericRelation.m2m_reverse_name` to return the correc... | Justin Bronn |
| 2010-01-22 | Modified `GeoManager.get_query_set` to reflect changes made for database rout... | 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-20 | Various fixes/improvements to the the extras/csrf_migration_helper.py script | Luke Plant |
| 2010-01-20 | Fixed #12649 - more helpful Unicode exceptions for CSRF migration helper script | Luke Plant |
| 2010-01-19 | Fixed #12644 - Allow overriding the admin user creation form based on r12216.... | Jannis Leidel |
| 2010-01-19 | Fixed an Oracle test failure introduced in [12226]. | Ian Kelly |
| 2010-01-19 | Fixed #12633 -- Modified some old m2m attribute use in deprecated m2m table c... | Russell Keith-Magee |
| 2010-01-19 | Fixed #12640 -- Corrected a regression in test suite construction order intro... | Russell Keith-Magee |
| 2010-01-18 | Fixed #12638 -- Minor documentation cleanups around the new class-based test ... | Russell Keith-Magee |
| 2010-01-18 | Updated the docs around test runners to encourage the use of **kwargs in the ... | Russell Keith-Magee |
| 2010-01-18 | Fixed problems associated with the `GeometryField` SRID cache: it is now keye... | Justin Bronn |
| 2010-01-18 | Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's... | Justin Bronn |
| 2010-01-18 | Fixed typo in docs - supports_objects_permissions should be supports_object_p... | Luke Plant |
| 2010-01-18 | Fixed #12624 -- Modified test runners to be class based. | Russell Keith-Magee |
| 2010-01-18 | Fixed bad indentation in contenttypes code example so that cut and paste from... | Karen Tracey |
| 2010-01-17 | Fixed test introduced in r12044 to actually test the issue. | Jannis Leidel |
| 2010-01-17 | Added a few more versionadded directives to the documentation. | Jannis Leidel |
| 2010-01-17 | Added versionchanged directive to docs introduced in r12139. | 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-16 | Created a 'DB optimization' topic, with cross-refs to relevant sections. | Luke Plant |
| 2010-01-14 | Fixed #12591 -- Renamed `add_postgis_srs` to `add_srs_entry` (keeping backwar... | Justin Bronn |
| 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-14 | Fixed #12606 - Removed stray print statement. Thanks, Sean Brant. | Jannis Leidel |
| 2010-01-13 | Fixed #12603 -- Corrected typo in m2m signals docs. Thanks to hvdklauw for th... | 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 | Fixed #9326 - Use decorator syntax in get_absolute_url example. Thanks, timo. | Jannis Leidel |
| 2010-01-12 | Fixed #11794 - Typo in model manager documentation. Thanks, timo. | Jannis Leidel |
| 2010-01-12 | Fixed #12496 - Added code examples to built-in filter documentation. Thanks, ... | Jannis Leidel |
| 2010-01-12 | Fixed #11796 - Tweaked ordering of permissions a little more to be even nicer. | Jannis Leidel |
| 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 #12588 - test failure since r12207 | Luke Plant |
| 2010-01-12 | Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl... | Justin Bronn |
| 2010-01-12 | Fixed #12516. Added the new location of email_re to the release notes. This r... | Joseph Kocherhans |
| 2010-01-12 | Fixed #12525. Added a note to the validators doucmentation that models will n... | Joseph Kocherhans |
| 2010-01-12 | Fixed #12510. Changed ModelChoiceField to stop using some of its superclasses... | Joseph Kocherhans |
| 2010-01-12 | Fixed some bad indentation | Luke Plant |
| 2010-01-12 | Fixed #12586. Corrected a typo in the validation docs. Thanks, phyfus. | Joseph Kocherhans |