Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still might
commitd1b2cd28431b7973f1da440f719cdf83cfe53ad4
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sun, 2 Dec 2007 19:29:54 +0000 (2 19:29 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sun, 2 Dec 2007 19:29:54 +0000 (2 19:29 +0000)
tree2eb4f5674cf0ae05e1d214366bac506938b6f6f2
parent20c28b35a5fb0831e1cbd9bb58acdc171745946d
Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still might
need a little tweaking as people start to use it, but this is mostly complete.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6844 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/newforms/models.py
docs/form_for_model.txt [new file with mode: 0644]
docs/modelforms.txt [new file with mode: 0644]
docs/newforms.txt
tests/modeltests/model_forms/models.py