django/tests/urlpatterns
2025-05-13 12:05:58 +01:00
..
__init__.py
converter_urls.py
converters.py
included_urls.py
more_urls.py Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +02:00
path_base64_urls.py
path_dynamic_urls.py
path_same_name_urls.py
path_urls.py Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. 2022-03-29 10:27:40 +02:00
test_resolvers.py Fixed #35518 -- Optimized RoutePattern by using string operations for converter-less routes. 2025-05-13 12:05:58 +01:00
tests.py Refs #35090 -- Fixed urlpatterns.tests.SimplifiedURLTests when run in reverse. 2025-01-16 13:12:33 +01:00
views.py