1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00
django/tests/urlpatterns
2021-06-09 08:58:41 +02:00
..
__init__.py
converter_urls.py Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
converters.py
included_urls.py
more_urls.py
path_base64_urls.py
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 #32195 -- Added path() test for invalid view. 2021-06-09 08:58:41 +02:00
views.py