thanks for the report! ugh, you're right, db.Model.order() doesn't
support __key__. i've filed a bug:

http://code.google.com/p/googleappengine/issues/detail?id=884

from that bug:

"this is specific to db.Model.order(). ORDER BY __key__ in GQL works,
as does db.Expando.order().

we expect this to be fixed in 1.1.8. until then, you can work around
this by using GQL for queries that sort on __key__, or by temporarily
changing your Model subclasses to use Expando instead."

sorry for the trouble...
--~--~---------~--~----~------------~-------~--~----~
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