Hi, I have a question regarding inheritance and ReferenceProperty,
using a setup like this:

class Item(BaseModel):
    created_by = db.ReferenceProperty(MyUserClass)

class Book(Item):
    name = db.StringProperty()

After instantiating a Book object, I would have expected the
MyUserClass to have an entry in the item_set, but it doesn't appear to
have one.

Is this a reasonable expectation?

If not, what do i need to do to ensure it's correct initialization?

Thanks,

Paul.

 google-app-engine-django -r52
 django 
http://code.djangoproject.com/svn/django/tags/notable_moments/1.0-alpha/django
 appengine 1.1.1 - 7/24/08

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

Reply via email to