> If I delete the entity 'West Coast' station entity, will all existing 
> shifts with "ancestor == ndb.Key(Station, 'West Coast')" automatically get 
> deleted?
>
>
GAE Datastore don't have any automatic triggers.

You can create your own triggers and remove redundant records. Google for 
"GAE _pre_delete_hook _post_delete_hook"

WBR, Vitaly

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4b96ec59-2955-47a6-803a-63fd62a1402a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to