summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views/models.py
AgeCommit message (Expand)Author
2008-10-21[1.0.X] Fixed #3096 -- Make admin list_filters respect limit_choices_to.Karen Tracey
2008-10-08[1.0.X] Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods...Karen Tracey
2008-08-09Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objectsBrian Rosner
2008-08-08Added a few force_unicode() calls around objects in the admin. Required forMalcolm Tredinnick
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner