diff options
| author | Xavier Ordoquy | 2013-01-03 11:41:07 +0100 |
|---|---|---|
| committer | Xavier Ordoquy | 2013-01-03 11:41:07 +0100 |
| commit | 60250f22c8e144494f372338c16a2167cccb319d (patch) | |
| tree | a467ab51837175ab29abec7eb22bb936375763da /rest_framework/request.py | |
| parent | cf51dcc9bb409fb985d5aa09c426d1ed33f6e9b4 (diff) | |
| download | django-rest-framework-60250f22c8e144494f372338c16a2167cccb319d.tar.bz2 | |
Move the various compat things to the compat module.
Diffstat (limited to 'rest_framework/request.py')
| -rw-r--r-- | rest_framework/request.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/request.py b/rest_framework/request.py index c50ae5ad..048a1c41 100644 --- a/rest_framework/request.py +++ b/rest_framework/request.py @@ -9,7 +9,6 @@ The wrapped request then offers a richer API, in particular : - full support of PUT method, including support for file uploads - form overloading of HTTP method, content type and content """ -import six from rest_framework.compat import BytesIO from django.http.multipartparser import parse_header |
