django/tests/urlpatterns
Mariusz Felisiak 82a88d2f48
Fixed -- Ignored positional args in django.urls.resolve() when all optional named parameters are missing.
Regression in 76b993a117.

Thanks Claude Paroz for the report and Carlton Gibson for reviews.
2019-12-06 09:32:51 +01:00
..
__init__.py Fixed -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
converter_urls.py Fixed -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
converters.py Fixed -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
included_urls.py Fixed -- Added ResolverMatch.route. 2018-12-06 18:05:40 -05:00
more_urls.py Fixed -- Added ResolverMatch.route. 2018-12-06 18:05:40 -05:00
path_base64_urls.py Fixed -- Fixed URL converters in a nested namespaced path. 2018-10-04 11:42:27 -04:00
path_dynamic_urls.py Fixed -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
path_urls.py Fixed -- 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 -- Fixed caching of URLResolver for a default URLconf. 2019-07-03 11:37:28 +02:00
tests.py Fixed -- Ignored positional args in django.urls.resolve() when all optional named parameters are missing. 2019-12-06 09:32:51 +01:00
views.py Removed default empty content argument from HttpResponse calls. 2019-02-09 16:27:32 -05:00