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-10-31 01:25:32 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
be8c9b19baeb4daf6bf2e603673714c7536b657c
django
/
tests
/
urlpatterns
History
Jake Howard
f920937c8a
Fixed
#35518
-- Optimized RoutePattern by using string operations for converter-less routes.
2025-05-13 12:05:58 +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
…
path_urls.py
…
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
…