django/tests/regressiontests/urlpatterns_reverse
Jacob Kaplan-Moss 1c5fe467bd Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatson, adurdin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-13 20:29:04 +00:00
..
__init__.py
extra_urls.py
included_namespace_urls.py Fixed #10061 -- Added namespacing for named URLs - most importantly, for the admin site, where the absence of this facility was causing problems. Thanks to the many people who contributed to and helped review this patch. 2009-07-16 16:16:13 +00:00
included_urls.py
included_urls2.py
middleware.py Fixed #5034 -- honor request.urlconf in reverse and resolve. 2009-11-16 01:58:00 +00:00
models.py
namespace_urls.py Fixed #10061 -- Added namespacing for named URLs - most importantly, for the admin site, where the absence of this facility was causing problems. Thanks to the many people who contributed to and helped review this patch. 2009-07-16 16:16:13 +00:00
no_urls.py
tests.py Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatson, adurdin. 2009-12-13 20:29:04 +00:00
urlconf_inner.py Fixed #5034 -- honor request.urlconf in reverse and resolve. 2009-11-16 01:58:00 +00:00
urlconf_outer.py Fixed #5034 -- honor request.urlconf in reverse and resolve. 2009-11-16 01:58:00 +00:00
urls.py
urls_error_handlers.py Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatson, adurdin. 2009-12-13 20:29:04 +00:00
urls_error_handlers_callables.py Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatson, adurdin. 2009-12-13 20:29:04 +00:00
views.py