hi manuel! we pushed a new version of our API code to production recently in preparation for an upcoming release, which has caused problems for people who use forked versions of some of our API code, like the problem described in http://groups.google.com/group/google-appengine/browse_thread/thread/8e9267e3c9346317 , or code that reaches below our API layer, which it sounds like BookmarkQuery does.
i don't have the BookmarkQuery source, so i don't know the exact fix you need, but the problem stems from a new optional keyword argument that we added to the Query classes' constructors. try adding a keys_only=None parameter to BookmarkQuery's constructor and see if that helps. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
