This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-22 07:24:59 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
urlpatterns
History
Jack Cushman
07f6ff09e4
Added tests for using the same name for multiple URL patterns.
2020-01-08 10:55:53 +01:00
..
__init__.py
…
converter_urls.py
…
converters.py
…
included_urls.py
…
more_urls.py
…
path_base64_urls.py
…
path_dynamic_urls.py
…
path_same_name_urls.py
Added tests for using the same name for multiple URL patterns.
2020-01-08 10:55:53 +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
…
tests.py
Added tests for using the same name for multiple URL patterns.
2020-01-08 10:55:53 +01:00
views.py
…