diff --git a/django/forms/fields.py b/django/forms/fields.py index affe3879b9..14faf2fc36 100644 --- a/django/forms/fields.py +++ b/django/forms/fields.py @@ -29,7 +29,6 @@ from django.utils.encoding import smart_unicode, smart_str from util import ErrorList, ValidationError from widgets import TextInput, PasswordInput, HiddenInput, MultipleHiddenInput, FileInput, CheckboxInput, Select, NullBooleanSelect, SelectMultiple, DateInput, DateTimeInput, TimeInput, SplitDateTimeWidget, SplitHiddenDateTimeWidget -from django.core.files.uploadedfile import SimpleUploadedFile as UploadedFile __all__ = ( 'Field', 'CharField', 'IntegerField',