We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615f9a1 commit 0587082Copy full SHA for 0587082
packages/google-cloud-ndb/google/cloud/ndb/model.py
@@ -1699,7 +1699,7 @@ def _validate(self, value):
1699
# KeyProperty's base type. (Probably ComputedProperty should take
1700
# another property type as a constructor argument for this purpose,
1701
# but that wasn't part of the original design and adding it introduces
1702
- # backwards compatibility issues.) See: Issue #184
+ # backwards compatibility issues.) See: Issue #284
1703
if isinstance(value, key_module.Key):
1704
value = value._key # Datastore key
1705
0 commit comments