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
|
@ -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…
Reference in New Issue