django/tests/urlpatterns
Benjamin Woodruff 54dcfbc367 Fixed #29744 -- Fixed caching of URLResolver for a default URLconf.
get_resolver() for a default URLconf (passing no argument) and for
settings.ROOT_URLCONF should return the same cached object.
2019-07-03 11:37:28 +02:00
..
__init__.py
converter_urls.py
converters.py
included_urls.py
more_urls.py
path_base64_urls.py
path_dynamic_urls.py
path_urls.py Refs #26431 -- Added tests for resolving URL and translate_url() with provided optional parameter. 2019-06-24 11:30:26 +02:00
test_resolvers.py Fixed #29744 -- Fixed caching of URLResolver for a default URLconf. 2019-07-03 11:37:28 +02:00
tests.py Fixed #26431 -- Prevented django.urls.resolve() from returning missing optional parameters. 2019-06-24 11:47:56 +02:00
views.py