Hi Gerald, The back reference is a Query; the default ordering is by key. You can filter and order it just like other Query objects. http://code.google.com/appengine/docs/python/datastore/queryclass.html
Robert On Sun, Mar 20, 2011 at 21:53, Gerald Truong <[email protected]> wrote: > Good evening developers and GAE team, > > Assuming I have a db.Model instance with 3 back-references to it and I > iterate through the set, is the order in which each back reference is > returned the same every iteration? > > -- > 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. > > -- 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.
