- Selects (and MultiSelects) can take groups of items and render them as
<optgroup>
or<fieldset>
. - The
clean
and vprepare` methods of a field can now be defined as a form method with the signatureclean_fieldname(py_value, **kwargs)
andprepare_fieldname(obj_value, **kwargs)
. - Added
prepare
andclean
methods to the form so a user can overwrite them to store there the logic of pre and post-processing the data, keeping that logic in the form itself instead of in a view. - Several bugfixes
This repository has been archived by the owner on Aug 18, 2019. It is now read-only.