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