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
The mixin should not use visible_fields method, instead it should iterate over fields manually. [field for field in self.fields.values() if not field.widget.is_hidden]
The mixin should not use visible_fields method, instead it should iterate over fields manually.
[field for field in self.fields.values() if not field.widget.is_hidden]