Re: Multiple form instances in context (newforms)

2008-03-03 Thread Steve Potter
I did run across that post, at it does give some valuable information. However, I am still having a little bit of an issue figuring out how to handle the instance creation. The biggest thing is that I am using generic views and I am passing a large queryset Site.objects.all() and the generic

Re: Multiple form instances in context (newforms)

2008-03-03 Thread Michael
This blog post recently really helped me out with figuring this out: http://collingrady.com/2008/02/18/editing-multiple-objects-in-django-with-newforms/ It actually is amazingly simple once you get what is going on. On Mon, Mar 3, 2008 at 5:23 PM, Steve Potter <[EMAIL PROTECTED]> wrote: > >