@@ -94,6+94,10 @@ class EntityFormMetaclass(ModelFormMetaclass):
class EntityForm(ModelForm):
class EntityForm(ModelForm):
+ """
+ :class:`EntityForm` knows how to handle :class:`.Entity` instances - specifically, how to set initial values for :class:`.AttributeProxyField`\ s and save cleaned values to an instance on save.