fusionbox/django-widgy

Meta.fields on a widget edit for is ignored

Opened this issue · 0 comments

Content.get_form_class is overriding the fields to be __all__. It should only do that if no form is provided, not when a user provides a form.

This was broken in a59ad65.