Hi. I want do something like this:
query = MyModel.all()
query.filter('field1 =', 'value1')
query.order('-parent.parent_field')

But when i do so i get "PropertyError: Invalid property name
'parent'." How can i access parent fields in query.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to