Fixed #19908 -- Added missing import in forms.py

Thanks loic84 for the report.
This commit is contained in:
Claude Paroz 2013-02-24 22:58:07 +01:00
parent ae2a8bb456
commit 5eebb49c69
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Form classes
from __future__ import absolute_import, unicode_literals
import copy
import warnings
from django.core.exceptions import ValidationError
from django.forms.fields import Field, FileField