I have been trying to find a fairly generic way of creating forms that
fill related models similar to the admin method of presenting the main
form and then multiple forms for related objects that can be added in
batches (ex, the tabular form).  This is a common requirement but I
haven't been able to find any documentation.  The web has some
references to something called FormSets, which I think might do it but
I don't know how to use them or if they even exist anymore, or if they
will exist in a future version, or what.

I found  a couple of tutorials on how to build those types of forms
using views/templates, but they are custom each time and I find I have
to do the same thing over and over.

Can anyone lead me to some documentation about how to do this?

Thanks

--~--~---------~--~----~------------~-------~--~----~
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