summaryrefslogtreecommitdiff
path: root/tests/templates/custom_admin
AgeCommit message (Expand)Author
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne
2016-12-14Fixed #27313 -- Allowed overriding admin popup response template.Michael Scott
2014-11-29Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().Berker Peksag
2013-07-31Added a test for AdminSite.app_index_template; refs #8498.SusanTan
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Moved test_templates to templates to prevent issues with regressiontests/temp...Florian Apolloner
2010-04-05Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...Russell Keith-Magee
2010-01-12Fixed #8933 - Allow more admin templates to be overridden.Jannis Leidel
2010-01-12Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.Jannis Leidel
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner