return an http response for bug 654271

This commit is contained in:
Jeff Balogh 2011-05-03 09:26:25 -07:00
Родитель 7ad7c24759
Коммит 2a3b41196a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,7 @@ def index(request, version=None):
def details(request, version):
pass
return http.HttpResponse('go away')
@csrf_exempt