What is the effect of deleting an entity's ancestor on its path?
Posted
by Kapil Kaisare
on Stack Overflow
See other posts from Stack Overflow
or by Kapil Kaisare
Published on 2010-03-23T12:04:55Z
Indexed on
2010/03/28
9:13 UTC
Read the original article
Hit count: 310
gae-python
|google-app-engine
If I have entities a, b and c such that a is the parent of b and b is the parent of c, will deleting b have any effect on the path of c?
© Stack Overflow or respective owner