django/tests/urlpatterns_reverse
Jonathan Davis 4c6a6d5ac7
Fixed #23895 -- Prevented pickling of ResolverMatch.
Pickling a ResolverMatch did not work correctly in many cases,
especially with CBVs and URLResolvers in the list of tried URL paths.
2021-07-29 07:04:56 +02:00
..
translations Added tests for LocaleRegexProvider. 2016-11-14 18:51:02 -05:00
__init__.py
erroneous_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
extra_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
included_app_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
included_named_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
included_named_urls2.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
included_namespace_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
included_no_kwargs_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
included_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
included_urls2.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
method_view_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
middleware.py
named_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
named_urls_conflict.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
namespace_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
nested_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
no_urls.py
nonimported_module.py
reverse_lazy_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
test_localeregexdescriptor.py Refs #29983 -- Added support for using pathlib.Path in all settings. 2019-11-07 10:26:22 +01:00
tests.py Fixed #23895 -- Prevented pickling of ResolverMatch. 2021-07-29 07:04:56 +02:00
urlconf_inner.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
urlconf_outer.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
urls_error_handlers.py
urls_error_handlers_callables.py
urls_without_handlers.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
utils.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
views.py Removed default empty content argument from HttpResponse calls. 2019-02-09 16:27:32 -05:00
views_broken.py