django1/tests/urlpatterns
Mariusz Felisiak 98ae3925e5 Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline. 2021-01-14 17:50:04 +01:00
..
__init__.py
converter_urls.py
converters.py
included_urls.py Fixed #28766 -- Added ResolverMatch.route. 2018-12-06 18:05:40 -05:00
more_urls.py Fixed #28766 -- Added ResolverMatch.route. 2018-12-06 18:05:40 -05:00
path_base64_urls.py Fixed #29775 -- Fixed URL converters in a nested namespaced path. 2018-10-04 11:42:27 -04:00
path_dynamic_urls.py
path_same_name_urls.py Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no match. 2020-01-09 14:41:41 +01:00
path_urls.py Fixed #31061 -- Ignored positional args in django.urls.resolve() when all optional named parameters are missing. 2019-12-06 09:32:51 +01:00
test_resolvers.py Fixed #29744 -- Fixed caching of URLResolver for a default URLconf. 2019-07-03 11:37:28 +02:00
tests.py Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline. 2021-01-14 17:50:04 +01:00
views.py Removed default empty content argument from HttpResponse calls. 2019-02-09 16:27:32 -05:00