Open gavinwahl opened 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.
__all__
This was broken in a59ad656fa2b0fc93f24da1faae4e33a17e196fa.
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.