Re: Bugs in Multi-table inheritance

2008-06-27 Thread Malcolm Tredinnick
On Sun, 2008-06-08 at 22:24 -0700, Russell Keith-Magee wrote: > > > On Jun 9, 12:53 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> > wrote: > > Hi gang, > > > > I've been hunting down some bugs with serialization of multi-table > > inheritance, and I need a sanity check on something that I want

Re: Bugs in Multi-table inheritance

2008-06-08 Thread Russell Keith-Magee
On Jun 9, 12:53 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > Hi gang, > > I've been hunting down some bugs with serialization of multi-table > inheritance, and I need a sanity check on something that I want to > check in. Aargh. Ignore this message - problem exists between keyboard an

Bugs in Multi-table inheritance

2008-06-08 Thread Russell Keith-Magee
Hi gang, I've been hunting down some bugs with serialization of multi-table inheritance, and I need a sanity check on something that I want to check in. Specifically, I think I've found a discrepancy in the way OneToOneFields are used. Consider these examples: class Place(models.Model): nam