Comment 17 for bug 788590

Revision history for this message
Matt Giuca (mgiuca) wrote : Re: [Bug 788590] Re: Lots of UserGameProfiles created simultaneously

OK, well there's something very wrong if a parent can only own one
child (that is; for each entity P, there can only be one entity Q such
that Q.parent = P). You certainly should be able to have multiple Qs
such that Q.parent = P, and I have done so in the Python App Engine.