mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Added an explicit test that URL checks are recursive.
This commit is contained in:
parent
86573861a9
commit
ffb1c532ec
5 changed files with 20 additions and 11 deletions
|
@ -1,7 +1,5 @@
|
|||
from django.conf.urls import include, url
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^', include([
|
||||
url(r'^include-with-dollar$', include([])),
|
||||
])),
|
||||
url(r'^include-with-dollar$', include([])),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue