aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2011-07-31 13:33:58 -0700
committerTom Christie2011-07-31 13:33:58 -0700
commita2c80f8793015608aa3ca740130803f101d21462 (patch)
treec52edf73137bf43bede6e50cb70eb5386de0e877
parent53fcf290811f062c54939f40db1cd7c06544f002 (diff)
parent968c5e43f3f64c40ebc64127210d67fc5f77de8f (diff)
downloaddjango-rest-framework-a2c80f8793015608aa3ca740130803f101d21462.tar.bz2
Merge pull request #64 from amccloud/master
Fix for issue #63
-rw-r--r--djangorestframework/mixins.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/djangorestframework/mixins.py b/djangorestframework/mixins.py
index bb26ad96..9fed6122 100644
--- a/djangorestframework/mixins.py
+++ b/djangorestframework/mixins.py
@@ -7,7 +7,6 @@ from django.contrib.auth.models import AnonymousUser
from django.db.models.query import QuerySet
from django.db.models.fields.related import ForeignKey
from django.http import HttpResponse
-from django.http.multipartparser import LimitBytes
from djangorestframework import status
from djangorestframework.parsers import FormParser, MultiPartParser