You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fix which properly describes that keys are an instance property and not a class property. You can see this change here.
Describe the issue
I may have already properly described the issue, but the snipped in one of the ndb snippets indicates that the key property is a class attribute. It is actually an instance attribute. My branch above fixes this and I can submit a PR once I get the 👍 on this issue.
The text was updated successfully, but these errors were encountered:
In which file did you encounter the issue?
appengine/standard/ndb/entities/snippets.py
Did you change the file? If so, how?
I have a fix which properly describes that keys are an instance property and not a class property. You can see this change here.
Describe the issue
I may have already properly described the issue, but the snipped in one of the ndb snippets indicates that the key property is a class attribute. It is actually an instance attribute. My branch above fixes this and I can submit a PR once I get the 👍 on this issue.
The text was updated successfully, but these errors were encountered: