On 1/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
using newforms how do you initialize an _edit_ form bound to a
particular object?

Say i got a PersonForm that i want to be bound to object JonDoeObject
which has more than 30 fields, what's the shortest way to do it?

Hi Lorenzo,

Have you played with django.newforms.form_for_instance()? It isn't yet
documented, but the unit tests are in
tests/modeltests/model_forms/models.py.

Disclaimer: It does not yet map all database field types to the
correct form field/widget types, but it's a start. Any and all
suggestions for improvement are welcome!

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to