summaryrefslogtreecommitdiff
path: root/tests/regressiontests/urlpatterns_reverse/middleware.py
AgeCommit message (Collapse)Author
2010-03-26Fixed #12594 -- Ensured that a meaningful exception is raised when the ↵Russell Keith-Magee
urlconf_module is None. Thanks to buriy for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-16Fixed #5034 -- honor request.urlconf in reverse and resolve.Brian Rosner
This enables {% url %} to honor request.urlconf set from process_request middleware methods. Thanks SmileyChris for the initial patch work. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11740 bcc190cf-cafb-0310-a4f2-bffc1f526a37