On Mon, Mar 16, 2009 at 6:55 PM, Preston Timmons
<prestontimm...@gmail.com>wrote:

>
> At one time it seems there was an intention to have the save method on
> models accept a keyword argument named raw which would allowed the
> model to be saved without pre-processing. This argument is available
> in the save_base method but not available in the save method.
>
> Am I right to conclude that I should call save_base directly when I
> want to use this?
>
> Thanks.
>
> Preston
>
>
> >
>
What do you mena skipping the processing, right now what raw does is very
internal and doesn't seem like behavior you'd ever want to chnage:
http://code.djangoproject.com/browser/django/trunk/django/db/models/base.py#L352

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to