Apologies in advance if this is obvious to the experienced Python programmer. It is clear that 20+yrs of C has worn grooves in my brain:
class ClassA(db.Expando): extref = db.ReferenceProperty(ClassB) ... class ClassB(db.Expando): extref = db.ReferenceProperty(ClassA) is what I want. Putting a: class ClassB(db.Expando): pass at the top seems to do the trick when playing w/Python, but GAE throws a KindError on assignment, so clearly this ain't right... Thanks, Jeff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
