django imports BoundField differently starting from 3.2

(cherry picked from commit f6d284b6cbb2ec8ceb98adc9cf2aaa22b10ee155)

IJ-MR-12258

GitOrigin-RevId: 145e048aa83695834fea9a8f6ed7764c2ac5791a
This commit is contained in:
Aleksei Kniazev
2021-07-23 19:19:01 +03:00
committed by intellij-monorepo-bot
parent 8b66c62dce
commit 76b43adf39

View File

@@ -1,4 +1,4 @@
from django.forms.forms import BoundField
from django.forms.boundfield import BoundField
class BaseForm(object):
"""
This is the main implementation of all the Form logic. Note that this