django/tests/urlpatterns_reverse
Alokik Vijay 7f3cfaa12b Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.
Moved the functionality of URLResolver._is_callback(),
URLResolver._callback_strs, URLPattern.lookup_str() to
django.contrib.admindocs.
2022-05-17 10:50:09 +02:00
..
translations Added tests for LocaleRegexProvider. 2016-11-14 18:51:02 -05:00
__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 Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs. 2022-05-17 10:50:09 +02: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 #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
urls_error_handlers_callables.py
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