django/tests/urlpatterns_reverse
Alokik Vijay baf9604ed8 Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
Thanks Florian Apolloner for the review and implementation idea.
2022-03-29 10:27:40 +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 Fixed E265 comment style 2015-02-06 09:30:35 -05:00
nonimported_module.py Fixed a remote code execution vulnerabilty in URL reversing. 2014-04-21 18:11:26 -04:00
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 #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +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 Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05: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