Re: Updating Related Objects

2006-08-17 Thread Andrew
I ended up saving the object, but I was trying to update the tree of objects without saving so I could offer a preview type of functionality (there are some background calculations done on the objects). --~--~-~--~~~---~--~~ You received this message because you a

Re: Re: Updating Related Objects

2006-08-17 Thread James Bennett
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,

Re: Updating Related Objects

2006-08-17 Thread Andrew
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 received this message because you are subscribed to the Google Groups "Django use