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:
@@ -4,5 +4,4 @@ import views
|
||||
|
||||
urlpatterns = patterns('',
|
||||
(r'^xview/$', views.xview),
|
||||
(r'^class_xview/$', views.class_xview),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user