Removed rogue import for LimitBytes to fix issue #63

This commit is contained in:
Andrew McCloud 2011-07-31 13:21:06 -07:00
parent 53fcf29081
commit 968c5e43f3

View File

@ -7,7 +7,6 @@ from django.contrib.auth.models import AnonymousUser
from django.db.models.query import QuerySet from django.db.models.query import QuerySet
from django.db.models.fields.related import ForeignKey from django.db.models.fields.related import ForeignKey
from django.http import HttpResponse from django.http import HttpResponse
from django.http.multipartparser import LimitBytes
from djangorestframework import status from djangorestframework import status
from djangorestframework.parsers import FormParser, MultiPartParser from djangorestframework.parsers import FormParser, MultiPartParser