Skip to content

Commit

Permalink
[1.2.X] Added file missing from [15696], sorry for breakage.
Browse files Browse the repository at this point in the history
Thanks to Ramiro for letting me know. Refs #717.

Backport of [15699] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15700 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
spookylukey committed Mar 1, 2011
1 parent 58bd249 commit 29fccc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/regressiontests/middleware/cond_get_urls.py
@@ -0,0 +1,6 @@
from django.conf.urls.defaults import patterns
from django.http import HttpResponse

urlpatterns = patterns('',
(r'^$', lambda request: HttpResponse('root is here')),
)

0 comments on commit 29fccc3

Please sign in to comment.