Re: Basic Question: add/edit multiple instances of a model in one form?

2006-06-13 Thread char
I'm curious about this too. --~--~-~--~~~---~--~~ 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 [EMA

Basic Question: add/edit multiple instances of a model in one form?

2006-06-13 Thread Dannoo
Basic Beginner Question Is it possible with built-in manipulators and FormWrappers to create a form that allows one to add/edit multiple instances of a model in one form. This is done in the admin when the model specifies edit-inline and num_in_admin greater than one. The admin form allows for t