Django

Code

root/django/trunk/tests/regressiontests/middleware/urls.py

Revision 7294, 167 bytes (checked in by mtredinnick, 7 months ago)

Added "svn:eol-style native" to every text file in the tree (*.txt, *.html,
*.py, *.xml and AUTHORS, etc). Added "svn:ignore *.pyc" to some directories in
tests/regressiontests/ that were previously missing it.

Fixed #6545, #6801.

  • Property svn:eol-style set to native
Line 
1 from django.conf.urls.defaults import patterns
2
3 urlpatterns = patterns('',
4     (r'^noslash$', 'view'),
5     (r'^slash/$', 'view'),
6     (r'^needsquoting#/$', 'view'),
7 )
Note: See TracBrowser for help on using the browser.