X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/c9802c5cb6ad16a895cd5434d6f7695d1ae930f7..4a170a70ed8171fc66d9d139df5f7be5208d838c:/philo/forms/entities.py diff --git a/philo/forms/entities.py b/philo/forms/entities.py index 5d34cce..ba72d7d 100644 --- a/philo/forms/entities.py +++ b/philo/forms/entities.py @@ -94,6 +94,10 @@ class EntityFormMetaclass(ModelFormMetaclass): 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. + + """ __metaclass__ = EntityFormMetaclass def __init__(self, *args, **kwargs):