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
Add better documentation for support types in datastore Entity. (#3363)
H/T to @gustavorps for bringing this up in #3361.
Also snuck in a change in `google.cloud.datastore.helpers` to use
`six.binary_type` in place of `(str, bytes)`. (It wasn't a Py3 error
before because that check came **after** a `six.text_type` check.)
0 commit comments