summaryrefslogtreecommitdiff
path: root/tests/regressiontests/urlpatterns_reverse/erroneous_urls.py
AgeCommit message (Expand)Author
2012-07-21Fixed #6170 -- Ensured that a useful exception is raised when a regex is inva...Julien Phalip
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-06-16Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raise...Jannis Leidel