StructuredProperty promotions expected to find properties separated by periods at a depth of 1; received ['promotions'] #178
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
🚨
This issue needs some love.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Hi, this issue is related to the very well documented #122.
This error happened when trying to access the entity using appengine27 after saving it with appengine37.
My question is, should we consider the entities to be not backward compatible with the old NDB library after using this one?
Steps to reproduce
promotions = ndb.StructuredProperty(Promotion, repeated=True)
Stack trace
The text was updated successfully, but these errors were encountered: