X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/943e8bc4af0c11b0ace3811199e3b0844c4c3fbc..d918e1993166047a20e3f8babd538afda214f7c0:/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):