summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views/fixtures
AgeCommit message (Expand)Author
2010-02-26Added file omitted from r12598.Russell Keith-Magee
2009-09-13Fixed #11820 -- Corrected the spelling of Grace Hopper's name in a test. Than...Russell Keith-Magee
2009-05-07Fixed #10516 -- Corrected admin search when the search_fields definition cont...Russell Keith-Magee
2009-04-01Fixed #9969: choices with options groups (added in [7977]) now work correctly...Jacob Kaplan-Moss
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2009-03-17Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...Jacob Kaplan-Moss
2008-12-16Follow-up to r9656 -- beef up the added test to exercise all (one can hope) p...Karen Tracey
2008-12-16Fixed #9859 -- Added another missing force_unicode needed in admin when runni...Karen Tracey
2008-10-21Fixed #3096 -- Make admin list_filters respect limit_choices_to.Karen Tracey
2008-10-08Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specifi...Karen Tracey
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner