You need ModelFormSet<http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#model-formsets>. By default, it creates forms for all models from given queryset.
On Wed, May 18, 2011 at 12:20 PM, piker <da...@allnatives.com.au> wrote: > Ok, I've managed to create a ModelForm instance that enables me to > input totally new items into the database, but i'm at a loss to work > out how to display all the existing items in a model, on one page, > edit them and submit them in one save(). Is that possible? I'd really > appreciate some help here as I am at a dead-stop. Cheers. > > -- > 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 > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.