Re: Getting data that will be written

2007-01-05 Thread leanmeandonothingmachine
turns out i was modifying the values in a post_init and thats why I thought I wasn't getting the right thing. On Jan 5, 3:33 pm, "leanmeandonothingmachine" <[EMAIL PROTECTED]> wrote: tx for the reply sry about the double post On Jan 5, 3:31 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On

Re: Getting data that will be written

2007-01-05 Thread leanmeandonothingmachine
tx for the reply sry about the double post On Jan 5, 3:31 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: On 1/5/07, leanmeandonothingmachine <[EMAIL PROTECTED]> wrote: > I have a model where I'm using the save(self) method, but I can't > figure out how to get the data that will be writen witho

Re: Getting data that will be written

2007-01-05 Thread James Bennett
On 1/5/07, leanmeandonothingmachine <[EMAIL PROTECTED]> wrote: I have a model where I'm using the save(self) method, but I can't figure out how to get the data that will be writen without writing it to the db first. I need to modify a value that's being writen. Just acccess the various fields