Hello,

The DateTimeProperty fields of some entities of my Python app have
disappeared today without any particular actions from me.
I don't directly manage these fields, there are automatically updated.

Just below the 2 fields definition in my model:
creation_date = db.DateTimeProperty(auto_now_add=True)
last_modification_date = db.DateTimeProperty(auto_now=True)

Are you aware of this problem? It's very annoying because I lost a lot
of data.

Regards,
Alexandre Vivien

-- 
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