You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that commit 5f9c336 add a breaking change in the base class form of modeladmin/snippet form.
It used to be self.form, and it's now self.parler_base_form_class.
Moreover, this attribute is not documented and may clash with already defined base_form_class, i.e. this edit_handler will not use the custom form and will raise an error:
It seems that commit 5f9c336 add a breaking change in the base class form of modeladmin/snippet form.
It used to be
self.form
, and it's nowself.parler_base_form_class
.Moreover, this attribute is not documented and may clash with already defined
base_form_class
, i.e. this edit_handler will not use the custom form and will raise an error:The text was updated successfully, but these errors were encountered: