summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-23Fixed #12564 - Use locale-aware date format in admin object history overviewJannis Leidel
2010-01-23ModelAdmin.fields wasn't able to refer to fields only on a custom formBrian Rosner
2010-01-23Fixed #12668 -- Corrected some typos in the multi-db docs. Thanks to mattimus...Russell Keith-Magee
2010-01-22Fixed #12664 -- Fixed `GenericRelation.m2m_reverse_name` to return the correc...Justin Bronn
2010-01-22Modified `GeoManager.get_query_set` to reflect changes made for database rout...Justin Bronn
2010-01-22Fixed #12659 -- Return a more meaningful KeyError message when ContextList lo...Russell Keith-Magee
2010-01-22Fixed #10314 -- Added a message prefix argument to Django's test assertions. ...Russell Keith-Magee
2010-01-22Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee
2010-01-21Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. ...Joseph Kocherhans
2010-01-21Fixed #12590. Changed an expression in the validators tests to work correctly...Joseph Kocherhans
2010-01-21Fixed #12596. Calling super from a ModelForm's clean method is once again opt...Joseph Kocherhans
2010-01-21Fixed #12577. Reverted some changes from [12098] since [12206] made them unne...Joseph Kocherhans
2010-01-20Various fixes/improvements to the the extras/csrf_migration_helper.py scriptLuke Plant
2010-01-20Fixed #12649 - more helpful Unicode exceptions for CSRF migration helper scriptLuke Plant
2010-01-19Fixed #12644 - Allow overriding the admin user creation form based on r12216....Jannis Leidel
2010-01-19Fixed an Oracle test failure introduced in [12226].Ian Kelly
2010-01-19Fixed #12633 -- Modified some old m2m attribute use in deprecated m2m table c...Russell Keith-Magee
2010-01-19Fixed #12640 -- Corrected a regression in test suite construction order intro...Russell Keith-Magee
2010-01-18Fixed #12638 -- Minor documentation cleanups around the new class-based test ...Russell Keith-Magee
2010-01-18Updated the docs around test runners to encourage the use of **kwargs in the ...Russell Keith-Magee
2010-01-18Fixed problems associated with the `GeometryField` SRID cache: it is now keye...Justin Bronn
2010-01-18Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn
2010-01-18Fixed typo in docs - supports_objects_permissions should be supports_object_p...Luke Plant
2010-01-18Fixed #12624 -- Modified test runners to be class based.Russell Keith-Magee
2010-01-18Fixed bad indentation in contenttypes code example so that cut and paste from...Karen Tracey
2010-01-17Fixed test introduced in r12044 to actually test the issue.Jannis Leidel
2010-01-17Added a few more versionadded directives to the documentation.Jannis Leidel
2010-01-17Added versionchanged directive to docs introduced in r12139.Jannis Leidel
2010-01-16Fixed a form test from [12211] that didn't clean up after itself. Thanks, Ale...Jacob Kaplan-Moss
2010-01-16Created a 'DB optimization' topic, with cross-refs to relevant sections.Luke Plant
2010-01-14Fixed #12591 -- Renamed `add_postgis_srs` to `add_srs_entry` (keeping backwar...Justin Bronn
2010-01-14Fixed #12560. Changed validate_unique to stop checking null primary key value...Joseph Kocherhans
2010-01-14Fixed #12386 -- Corrected the column names produced for autogenerated m2m tab...Russell Keith-Magee
2010-01-14Fixed #12606 - Removed stray print statement. Thanks, Sean Brant.Jannis Leidel
2010-01-13Fixed #12603 -- Corrected typo in m2m signals docs. Thanks to hvdklauw for th...Russell Keith-Magee
2010-01-13Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i...Russell Keith-Magee
2010-01-12Fixed #9326 - Use decorator syntax in get_absolute_url example. Thanks, timo.Jannis Leidel
2010-01-12Fixed #11794 - Typo in model manager documentation. Thanks, timo.Jannis Leidel
2010-01-12Fixed #12496 - Added code examples to built-in filter documentation. Thanks, ...Jannis Leidel
2010-01-12Fixed #11796 - Tweaked ordering of permissions a little more to be even nicer.Jannis Leidel
2010-01-12Make use of new ability to override admin add form templates and removed a li...Jannis Leidel
2010-01-12Fixed #8933 - Allow more admin templates to be overridden.Jannis Leidel
2010-01-12Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.Jannis Leidel
2010-01-12Fixed #12588 - test failure since r12207Luke Plant
2010-01-12Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl...Justin Bronn
2010-01-12Fixed #12516. Added the new location of email_re to the release notes. This r...Joseph Kocherhans
2010-01-12Fixed #12525. Added a note to the validators doucmentation that models will n...Joseph Kocherhans
2010-01-12Fixed #12510. Changed ModelChoiceField to stop using some of its superclasses...Joseph Kocherhans
2010-01-12Fixed some bad indentationLuke Plant
2010-01-12Fixed #12586. Corrected a typo in the validation docs. Thanks, phyfus.Joseph Kocherhans