Update djangorestframework/views.py

This commit is contained in:
Tom Christie 2012-02-21 14:53:54 +00:00
parent 288e7f7c40
commit b7c06dd8e3

View File

@ -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):
"""