aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/mixins.py
diff options
context:
space:
mode:
authorAndrew McCloud2011-07-31 13:21:06 -0700
committerAndrew McCloud2011-07-31 13:21:06 -0700
commit968c5e43f3f64c40ebc64127210d67fc5f77de8f (patch)
treec52edf73137bf43bede6e50cb70eb5386de0e877 /djangorestframework/mixins.py
parent53fcf290811f062c54939f40db1cd7c06544f002 (diff)
downloaddjango-rest-framework-968c5e43f3f64c40ebc64127210d67fc5f77de8f.tar.bz2
Removed rogue import for LimitBytes to fix issue #63
Diffstat (limited to 'djangorestframework/mixins.py')
-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