On Thu, Jan 13, 2011 at 4:04 PM, Jim D. <jim.dal...@gmail.com> wrote:

> It made sense to me, but when I why tried to actually use it...I found
> raw was not being passed at all to any of my handlers. Closer
> examination of loaddata.py does not show it using save_base() or
> passing raw anywhere.
>
> So that leaves me confused. Am I overlooking something? Or is comment
> by Russel in the ticket wrong?
>
> I might do a bit more research. I imagine there must be a test or
> other open ticket specifying the raw behavior, and if so that could be
> broken, in which case I'll file a ticket. I figured I'd post here
> first before raising the alarm.
>

loaddata saves object created via deserialization, which pass raw=True to
the model's save_base, see:

http://code.djangoproject.com/browser/django/trunk/django/core/serializers/base.py#L159

Karen
-- 
http://tracey.org/kmt/

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