summaryrefslogtreecommitdiff
path: root/tests/regressiontests/urlpatterns_reverse/middleware.py
AgeCommit message (Collapse)Author
2010-03-26[1.1.X] Fixed #12594 -- Ensured that a meaningful exception is raised when ↵Russell Keith-Magee
the urlconf_module is None. Thanks to buriy for the report and patch. Backport of r12854 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-16[1.1.X] Fixed #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. Backport of [11740] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11741 bcc190cf-cafb-0310-a4f2-bffc1f526a37