moccu / barbeque

Collection of tiny helpers and tools to make live easier.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

PlaceholderFormMixin causes a early cache of bound fields #25

Open stephrdev opened 6 years ago

stephrdev commented 6 years ago

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]