1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/regressiontests/urlpatterns_reverse
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_urls2.py
included_urls.py
middleware.py Fixed #12594 -- Ensured that a meaningful exception is raised when the urlconf_module is None. Thanks to buriy for the report and patch. 2010-03-26 15:08:24 +00:00
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_error_handlers_callables.py Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatson, adurdin. 2009-12-13 20:29:04 +00:00
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.py
views.py Corrected [13479], accounting for unnamed urls that are instances of classes. 2010-08-06 13:47:56 +00:00