-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.
Description
Right now, if you create an entity like:
e = datastore.entity.Entity(key, ('data'))
The unindexable properties will be 'd', 'a', or 't'. Obviously in this case the user meant to specify:
e = datastore.entity.Entity(key, ('data',))
Perhaps the Entity constructor should verify that exclude_from_indexes is a list or tuple.
Here is the discussion where the user ran into this: https://groups.google.com/forum/#!topic/gcd-discuss/rqwF8CRdTAY
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.