[google-appengine] How Many References Allowed?

2009-08-23 Thread Devel63
Is there a limit to the number of entities that can reference a given entity? For example, class Class1(db.Model): prop1 : db.IntegerProperty() class Class2(db.Model): ref_prop: db.ReferenceProperty(Class1, collection=my_references) Is there a limit to the number of class2

[google-appengine] How Many References Allowed?

2009-08-23 Thread Devel63
Is there a limit to the number of entities that can reference a given entity? For example, class Class1(db.Model): prop1 : db.IntegerProperty() class Class2(db.Model): ref_prop: db.ReferenceProperty(Class1, collection=my_references) Is there a limit to the number of class2