From b7c06dd8e37fa88ec055831b650967d76e1b78af Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 21 Feb 2012 14:53:54 +0000 Subject: Update djangorestframework/views.py --- djangorestframework/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'djangorestframework') diff --git a/djangorestframework/views.py b/djangorestframework/views.py index 3e8bf356..bcdb5039 100644 --- a/djangorestframework/views.py +++ b/djangorestframework/views.py @@ -181,7 +181,7 @@ class View(ResourceMixin, RequestMixin, ResponseMixin, AuthMixin, DjangoView): Required if you want to do things like set `request.upload_handlers` before the authentication and dispatch handling is run. """ - return request + pass def final(self, request, response, *args, **kargs): """ -- cgit v1.2.3