diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-05 18:30:11 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-05 19:37:01 -0500 |
| commit | bbe28496d32f76ca161f5c33787d6ad62267fcc6 (patch) | |
| tree | a9fc3d4d583553150c4e404b4ecc270154d6ca28 /django/forms | |
| parent | 0f54cf28c09a80254571487e3af93be2096cfdac (diff) | |
Removed old import aliases.
Diffstat (limited to 'django/forms')
| -rw-r--r-- | django/forms/fields.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/django/forms/fields.py b/django/forms/fields.py index 4f0ba23052..59490a318a 100644 --- a/django/forms/fields.py +++ b/django/forms/fields.py @@ -33,10 +33,6 @@ from django.utils import six from django.utils.six.moves.urllib.parse import urlsplit, urlunsplit from django.utils.translation import ugettext_lazy as _, ungettext_lazy -# Provide this import for backwards compatibility. -from django.core.validators import EMPTY_VALUES # NOQA - - __all__ = ( 'Field', 'CharField', 'IntegerField', 'DateField', 'TimeField', 'DateTimeField', 'DurationField', |
