dq.match(data, Field("friends.age") <= 26)
or in the appengine style if data is some class (say Friend):
dq.match(data, Friend__age <= 26)