As per the latest release notes: "Datastore entity key names can now start with a digit."
I am trying to do the following: dataObj = api.models.Table.get_by_key_name(1000000) And get the below error: BadArgumentError: Expected an instance or sequence of (<type 'basestring'>,); received 1000000 (a int). So the fix mentioned in release notes apply to key_name of an entity or something else? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
