Added/corrected docstrings for custom model fields and EntityProxyFields (now renamed...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 13 May 2011 19:17:04 +0000 (15:17 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 13 May 2011 20:09:45 +0000 (16:09 -0400)
commitb4cd9f878117f7398442acb09d40b520f321a91d
treea2a4f0d7a8374cf90f47a05809c76bb23d4d4e7d
parent46997a51ed0ceb16ddbac712fbcb552a86cdc9e2
Added/corrected docstrings for custom model fields and EntityProxyFields (now renamed to AttributeProxyFields and combined with former AttributeField). Added docs for philo.forms.
docs/conf.py
docs/forms.rst [new file with mode: 0644]
docs/index.rst
docs/models/fields.rst
philo/forms/entities.py
philo/forms/fields.py
philo/models/fields/__init__.py
philo/models/fields/entities.py
philo/signals.py