Skip to content

Editable False For Form Exclude

username-removed-15979 requested to merge editable_false_for_form_exclude into master

This is merly cosmetic.

Instead of listing all fields you want to exclude for a Form, you can set in the model Field the flag "editable=False"

With this flag, all modelForm from this model will exclude the flagged fields and use the default value set in the model.

Merge request reports