Closed GoogleCodeExporter closed 9 years ago
This model should have been defined:
class Test(ndb.Model):
k1 = ndb.KeyProperty()
k2 = ndb.KeyProperty(kind='Test')
Failing to specify the kind= means this gets interpreted as the Property
constructor argument name, allowing you to name the property.
Original comment by pcoste...@google.com
on 2 Apr 2014 at 9:33
Original issue reported on code.google.com by
dustinar...@gmail.com
on 2 Apr 2014 at 7:36