summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views/urls.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-12-04Fixed #18697 -- Made values accepted for two customizable admin templates con...Ramiro Morales
2012-02-09Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in t...Jannis Leidel
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-09-20Improved test isolation of the admin tests and assigned custom admin sites toRamiro Morales
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2009-01-14Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss
2008-08-09Fixed #5801: admin requests with GET args now get properly bounced through lo...Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner