Re: save() got an unexpected keyword argument 'using'

2010-02-02 Thread Russell Keith-Magee
On Wed, Feb 3, 2010 at 2:12 PM, Ramdas S wrote: > I just upgraded to the latest trunk SVn 12377, and this error has started > propping up on some of my existing working code. > > Here is the traceback > > http://dpaste.com/153987/ > > > Apparently get_or_create is not working properly at least as

save() got an unexpected keyword argument 'using'

2010-02-02 Thread Ramdas S
I just upgraded to the latest trunk SVn 12377, and this error has started propping up on some of my existing working code. Here is the traceback http://dpaste.com/153987/ Apparently get_or_create is not working properly at least as per docs and its expecting a using keyword. Any idea how to fix