Child property with Polymodel doesn't work #179
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. We're trying to create new models on AppEngine Standard with PY3 runtime and have some problems with child Models if we use Polymodel
Models example
When we try to save these models to datastore all information saved properly but when we try to retrieve them we received
None
values for child model keysCode example
Print result
But if we move some property to TestPolymodel class we can retrieve them
Models example
Print result
As you can see we received the correct value for
test_strchild
Thanks!
The text was updated successfully, but these errors were encountered: