On Jan 12, 10:12 am, "David Zhou" <da...@nodnod.net> wrote:
> On Mon, Jan 12, 2009 at 10:10 AM, rabbi <alex.averb...@gmail.com> wrote:
>
> > Is it enough to override the Model.save() method or should I override
> > Model.create() also?
>
> Just Model.save() should be enough. In the past, I've used if not
> self.id to case initial creation -- although I don't know if that's
> considered best practice.
>
> --
> ---
> David Zhou
> da...@nodnod.net
If you take a look at the create() method on querysets you will see it
simply uses save():
http://code.djangoproject.com/browser/django/trunk/django/db/models/query.py#L313
Alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---