summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views/models.py
AgeCommit message (Expand)Author
2009-05-13[1.0.X] Fixed #10448: correcting errors on "save as new" now correctly create...Jacob Kaplan-Moss
2009-05-09[1.0.X] Fixed #11042 -- Corrected admin inlines for inherited models. Thanks ...Russell Keith-Magee
2009-05-08[1.0.X] Fixed #10516 -- Corrected admin search when the search_fields definit...Russell Keith-Magee
2009-04-21[1.0.X] Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewm...Karen Tracey
2009-04-18[1.0.X] Fixed #10002: inline file uploads now correctly display prior data. T...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9969: choices with options groups (added in [7977]) now work c...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the d...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #9863. A ForeignKey with editable=False to the parent in an inl...Joseph Kocherhans
2009-03-10[1.0.X] Fixed #10271, #10281 -- Fixed the handling multiple inline models th...Russell Keith-Magee
2008-12-16[1.0.X] Fixed #9859 -- Added another missing force_unicode needed in admin wh...Karen Tracey
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