On Mon, Feb 27, 2006 at 10:24:33AM -0800, hsitz wrote:
> Glenn -- I think your one to many answer is here:
> http://www.djangoproject.com/documentation/models/many_to_one/

I knew how to add a record with a many_to_one, but for when I
needed to change that relation afterwards, my testing showed
that just changing the value (e.g. article.reporter=new_r.id)
didn't actually change the relationship -- and a.get_reporter_list
still returned it in the set as it was when originally added.

I thought, then, that there must be something like set_FOO
for many_to_one relationships... or something.

Was there something wrong in my tests?  How are you supposed
to change a many_to_one relationship AFTER you've successfully
set one up????

-- 
Glenn

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