mirror of
https://github.com/django/django.git
synced 2025-01-26 18:19:18 +00:00
Fixed #19908 -- Added missing import in forms.py
Thanks loic84 for the report.
This commit is contained in:
parent
ae2a8bb456
commit
5eebb49c69
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user