summaryrefslogtreecommitdiff
path: root/django/contrib/admin/util.py
AgeCommit message (Expand)Author
2009-03-25Fixed a ungettext() call to prevent spurious string extraction by xgettext.Malcolm Tredinnick
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2009-01-14Fixed #6470: made the admin use a URL resolver.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-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-26Fixed #6101 -- Tweaked a couple of places in the delete-related-objectsMalcolm Tredinnick
2008-08-18Moved admin form helpers to their own module to clean-up django/contrib/admin...Brian Rosner
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner