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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to