django/tests/urlpatterns_reverse
Adam Johnson c187417611
Refs #9847 -- Added tests for handler403 resolution.
2024-03-04 05:24:36 +01:00
..
translations
__init__.py
erroneous_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
extra_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
included_app_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
included_named_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
included_named_urls2.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
included_namespace_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
included_no_kwargs_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
included_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
included_urls2.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
method_view_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
middleware.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
named_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
named_urls_conflict.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
namespace_urls.py Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +02:00
nested_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
no_urls.py
nonimported_module.py
reverse_lazy_urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_localeregexdescriptor.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Refs #9847 -- Added tests for handler403 resolution. 2024-03-04 05:24:36 +01:00
urlconf_inner.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
urlconf_outer.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
urls.py Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +02:00
urls_error_handlers.py Refs #9847 -- Added tests for handler403 resolution. 2024-03-04 05:24:36 +01:00
urls_error_handlers_callables.py Refs #9847 -- Added tests for handler403 resolution. 2024-03-04 05:24:36 +01:00
urls_without_handlers.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
utils.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
views.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
views_broken.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00