Re: many to many problems

2006-08-29 Thread [EMAIL PROTECTED]
Somehow, I got this working. Nevermind... I think I was trying too hard. I went back to the Django docs on manipulators and copied the sample manipulator code (for your view) and presto - it works. --~--~-~--~~~---~--~~ You received this message because you are s

many to many problems

2006-08-29 Thread [EMAIL PROTECTED]
I would love to write up a howto for UPDATING a manyTOMany field, but I cannot figure out how it is done. I would love to get the concept here: I have a db model called "Projects" with a ManyToMany field called "Team" when updating the Project I want to also update the Team(s) In the manipulato