Every object can have a ReferenceProperty that points to One (1) object.
There is no limit to the number of references to an object.

2009/8/23 Devel63 <danstic...@gmail.com>
>
> 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 entities that can refer to
> a given class1 entity?
>
> [Sorry for the repost: I can't seem to get this findable]
> >

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to