Kaydet (Commit) 5eebb49c authored tarafından Claude Paroz's avatar Claude Paroz

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

Thanks loic84 for the report.
üst ae2a8bb4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment