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-03-25 08:40:45 +00:00
Code
Issues
32
Releases
Wiki
Activity
3522203502
Branches
Tags
View all branches
django
/
tests
/
check_framework
/
urls
History
Tim Graham
1f20326db0
[1.11.x]
Fixed
#27887
-- Fixed URLs check crash with namespaced URLs inside non-namespaced URLs.
...
Backport of b23d264046db1c8f58a174b9be27ee760341ba06 from master
2017-03-03 10:52:48 -05:00
..
__init__.py
…
beginning_with_slash.py
…
contains_tuple.py
…
include_with_dollar.py
…
name_with_colon.py
…
no_warnings.py
…
non_unique_namespaces.py
Fixed
#27612
-- Added a check for duplicate URL instance namespaces.
2016-12-21 16:54:15 -05:00
unique_namespaces.py
[1.11.x]
Fixed
#27887
-- Fixed URLs check crash with namespaced URLs inside non-namespaced URLs.
2017-03-03 10:52:48 -05:00
warning_in_include.py
…