This is an enhancement split out from issue 29. The request is for a way to
retrieve actual child objects via parents.
e.g. given the models:
def Parent(db.Model):
child = db.ReferenceProperty(Child)
def Child(db.Model):
currently, the url "http:{service}//rest/Parent/{Parent_Key}/child" would
return you the key of the child object. the request is for an alternate syntax
the would return the actual Child object.
Original issue reported on code.google.com by jahlborn@gmail.com on 10 Apr 2011 at 11:56
Original issue reported on code.google.com by
jahlborn@gmail.com
on 10 Apr 2011 at 11:56