class A(db.Model):
pass
class B(db.Model):
a = db.ReferenceProperty(A)
In some cases, it's an error to use instances of A to refer to
instances of B.
It would be nice to have some documented way to express that fact, to
make it so that A.get(key).b_set throws an exception.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---