mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +07:00
django imports BoundField differently starting from 3.2
(cherry picked from commit f6d284b6cbb2ec8ceb98adc9cf2aaa22b10ee155) IJ-MR-12258 GitOrigin-RevId: 145e048aa83695834fea9a8f6ed7764c2ac5791a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8b66c62dce
commit
76b43adf39
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user