mirror of
https://github.com/django/django.git
synced 2025-03-31 11:37:06 +00:00
Added file missing from r12704.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12705 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8b2c1a484e
commit
255b3a9659
7
tests/regressiontests/middleware/extra_urls.py
Normal file
7
tests/regressiontests/middleware/extra_urls.py
Normal file
@ -0,0 +1,7 @@
|
||||
from django.conf.urls.defaults import patterns
|
||||
|
||||
urlpatterns = patterns('',
|
||||
(r'^middleware/customurlconf/noslash$', 'view'),
|
||||
(r'^middleware/customurlconf/slash/$', 'view'),
|
||||
(r'^middleware/customurlconf/needsquoting#/$', 'view'),
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user