1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Prevented file_upload tests to leave files behind

Refs #19206.
This commit is contained in:
Claude Paroz
2012-10-30 22:20:42 +01:00
parent 9a02851340
commit 73245b3285
3 changed files with 34 additions and 28 deletions

View File

@@ -9,8 +9,8 @@ from django.http import HttpResponse, HttpResponseServerError
from django.utils import six
from django.utils.encoding import force_bytes
from .models import FileModel, UPLOAD_TO
from .tests import UNICODE_FILENAME
from .models import FileModel
from .tests import UNICODE_FILENAME, UPLOAD_TO
from .uploadhandler import QuotaUploadHandler, ErroringUploadHandler