1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.1.X] Revert r12763 until we figure out what's wrong with it on 1.1.X. Refs #13111.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12776 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey
2010-03-14 00:17:37 +00:00
parent c94de07570
commit 7d3846a7b8
7 changed files with 10 additions and 32 deletions

View File

@@ -4,5 +4,4 @@ import views
urlpatterns = patterns('',
(r'^xview/$', views.xview),
(r'^class_xview/$', views.class_xview),
)