Kaydet (Commit) 9b5f1880 authored tarafından Moritz Sichert's avatar Moritz Sichert Kaydeden (comit) Tim Graham

[1.9.x] Refs #25294 -- Added BoundField import for backwards compatibility.

Backport of a51070e7 from master
üst ca2c5508
......@@ -8,6 +8,8 @@ import copy
from collections import OrderedDict
from django.core.exceptions import NON_FIELD_ERRORS, ValidationError
# BoundField is imported for backwards compatibility in Django 1.9
from django.forms.boundfield import BoundField # NOQA
from django.forms.fields import Field, FileField
# pretty_name is imported for backwards compatibility in Django 1.9
from django.forms.utils import ErrorDict, ErrorList, pretty_name # NOQA
......
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