BTW.  The result of my experimentation is that while the Post class
does get a comments_counter attribute, the attribute does not seem to
be proper AppEngine Property field. By doing a dir() on the resulting
object, I can see that all of the attributes that are defined directly
in post get another attribute with the same name but preceeded by an
underscore.  In other words, the is a field 'title' and a field
'_title', and I expect that this is related to the functioning of the
Model class.

I tried declaring Commentable to inherit from db.Model, but that
didn't seem to make a difference.
--~--~---------~--~----~------------~-------~--~----~
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