Re: API question for model saving

2008-04-27 Thread Grégoire Cachet
Le 27 avr. 08 à 22:37, Marty Alchin a écrit : > > On Sun, Apr 27, 2008 at 10:17 PM, Grégoire Cachet > <[EMAIL PROTECTED]> wrote: >> Why could you not include a parameter in the Meta class, like >> no_update = True ? >> By default, this parameter would be False.

Re: API question for model saving

2008-04-27 Thread Grégoire Cachet
save() method. - the property is written once in the code, so you don't repeat yourself - it is easier to manage it for the admin interface: if it calls save(), it will create a new record transparently Btw, thank you very much for your work on queryset-refactor :) Regards, -- Grégoire Cac