On 8/17/06, Andrew <[EMAIL PROTECTED]> wrote:
> Not sure what I was smoking but accessing the object from the all()
> method doesn't work either.  Is it possible to change an object through
> the ForeignKey?

You need to fetch the object into a variable of some sort, do the
modifications you want, then call save() on it to insert the
modifications into the database.

Or am I missing where that's been done and isn't working?

-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

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

Reply via email to