Wonderful, I'll be able to test this pretty extensively tonight.

Since I don't think it's documented either way, is there a particular
procedure I should abide by when dumping/reloading fixtures for the
parent and child models? In my case, the parent is in one app, and the
child is another. Do I dumpdata for both of those apps and load them
in a certain order, or just dump for the child class that inherits
access to all of the fields and re-load that fixture?

Thanks again, this will get my project back on track!

On Jun 9, 10:06 am, "Russell Keith-Magee" <[EMAIL PROTECTED]>
wrote:
> On Mon, Jun 9, 2008 at 8:12 PM, Russell Keith-Magee
>
>
>
> <[EMAIL PROTECTED]> wrote:
> > On Mon, Jun 9, 2008 at 8:06 PM, Greg Taylor <[EMAIL PROTECTED]> wrote:
>
> >> Much appreciated, Russ! I was not sure whether I was doing something
> >> wrong or not, this is good to know this is being looked at. I tinkered
> >> with a fix for a while but ultimately fell flat on my back for lack of
> >> experience with Django internals. Let me know if I can assist with
> >> testing or provide more details.
>
> > I think I have it pretty much under control. I'm just finessing some
> > test cases at the moment. It turns out there are actually a couple of
> > related problems - too much data was being serialized, primary keys
> > were missing a few critical annotations, and the save process was a
> > little too enthusiastic about creating new parent instances. However,
> > I think I've got a solution now; a little more testing, and there
> > should be something in trunk. Watch this space. :-)
>
> OK; committed as [7600]. Let me know if you continue to have
> difficulties with this.
>
> Yours,
> Russ Magee %-)
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to