fusionbox / django-widgy

A CMS framework for Django built on a heterogenous tree editor.
http://wid.gy
Other
333 stars 52 forks source link

Meta.fields on a widget edit for is ignored #380

Open gavinwahl opened 8 years ago

gavinwahl commented 8 years ago

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 a59ad656fa2b0fc93f24da1faae4e33a17e196fa.