diff options
| author | Andrew McCloud | 2011-07-31 13:21:06 -0700 |
|---|---|---|
| committer | Andrew McCloud | 2011-07-31 13:21:06 -0700 |
| commit | 968c5e43f3f64c40ebc64127210d67fc5f77de8f (patch) | |
| tree | c52edf73137bf43bede6e50cb70eb5386de0e877 /djangorestframework/mixins.py | |
| parent | 53fcf290811f062c54939f40db1cd7c06544f002 (diff) | |
| download | django-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.py | 1 |
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 |
