django1/tests/regressiontests/admin_views/fixtures
Russell Keith-Magee b5f0aff922 Fixed #10516 -- Corrected admin search when the search_fields definition contains multiple fields on the same base model. Thanks to Zain Memon for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10684 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-07 12:52:43 +00:00
..
admin-views-actions.xml Fixed #10505: added support for bulk admin actions, including a globally-available "delete selected" action. See the documentation for details. 2009-03-23 20:22:56 +00:00
admin-views-colors.xml Fixed #3096 -- Make admin list_filters respect limit_choices_to. 2008-10-21 19:03:21 +00:00
admin-views-fabrics.xml Fixed #9969: choices with options groups (added in [7977]) now work correctly in the admin with list_display and list_filter. Thanks, ramiro. 2009-04-01 14:14:20 +00:00
admin-views-person.xml Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared `list_editable` may be edited, in bulk, on the changelist page. Thanks, Alex Gaynor. 2009-03-17 20:51:47 +00:00
admin-views-unicode.xml Follow-up to r9656 -- beef up the added test to exercise all (one can hope) paths through the troublesome get_deleted_objects function and fix the resulting errors. 2008-12-16 17:42:18 +00:00
admin-views-users.xml Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specified in list_display (added in r8352). Previously attempting to sort on the former would raise an exception and the latter simply didn't sort. Also added tests for this function. Thanks rgl and jenan. 2008-10-08 14:47:01 +00:00
multiple-child-classes.json Fixed #10516 -- Corrected admin search when the search_fields definition contains multiple fields on the same base model. Thanks to Zain Memon for the patch. 2009-05-07 12:52:43 +00:00
string-primary-key.xml Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00