On Feb 2, 12:15 pm, James <thelevybre...@gmail.com> wrote:
> It appears as if this is occurring when I'm not importing the Comment
> model. This might be mentioned in the docs, but I've been developing
> with GAE for a while and didn't know that it was necessary to import
> the model of the referred entity kind.
>
The Comment class actually creates the Post.comments attribute behind
the scenes. Check the ReferenceProperty.__property_config__() method
for implementation details.

I agree however that this fact should have been documented.
--~--~---------~--~----~------------~-------~--~----~
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