django/tests/regressiontests/urlpatterns_reverse
Russell Keith-Magee f90a25551d Fixed #14027 -- Ensure that reverse() raises an exception when you try to reverse None. Thanks to Alex for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13499 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-06 14:34:10 +00:00
..
__init__.py
extra_urls.py
included_namespace_urls.py Corrected [13479], accounting for unnamed urls that are instances of classes. 2010-08-06 13:47:56 +00:00
included_urls.py
included_urls2.py
middleware.py
models.py
namespace_urls.py Corrected [13479], accounting for unnamed urls that are instances of classes. 2010-08-06 13:47:56 +00:00
no_urls.py
tests.py Fixed #14027 -- Ensure that reverse() raises an exception when you try to reverse None. Thanks to Alex for the report and patch. 2010-08-06 14:34:10 +00:00
urlconf_inner.py
urlconf_outer.py
urls.py
urls_error_handlers.py
urls_error_handlers_callables.py
views.py Corrected [13479], accounting for unnamed urls that are instances of classes. 2010-08-06 13:47:56 +00:00