is there an equivalent of the db.Model function is_saved() with ndb.Model?
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/MeORtJLdaqEJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
--
--Guido van Rossum (python.org/~guido)
BTW is there any information in the parent entities? Did you know you
can create child entities for which no parent actually exists? All you
need is the parent *key*, it doesn't need to have an entity.
--Guido
--Guido