We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f01c7 commit 937280bCopy full SHA for 937280b
1 file changed
packages/google-cloud-ndb/tests/unit/test_model.py
@@ -6670,3 +6670,5 @@ class Parent(model.Model):
6670
6671
parent = Parent(child=Child(val="a"), children=[Child(val="b")])
6672
parent._set_projection(["child.val", "children.val", "nonexistent.subprop"])
6673
+ parent._properties = None
6674
+ parent._set_projection(["child.val"])
0 commit comments