> After the second form is done and valid, I would like to save the > information that comes to it to Image, in the same row that has the id > I was passing. > > How can I do this? > > > image.description = information user provided image.save()
By the way, your overridden save() method looks a bit odd. It needs to call save() on its superclass as well. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<django-users%[email protected]> > . > 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 [email protected]. 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.

