Thanks Alex, I understand we won't be able to change the key_name after saving, Is it possible to set the key_name via some function call rather then setting via constructor(Before Saving),So that i can able to use get_by_key_name() once it is saved.
On Jan 28, 3:02 pm, Alexander Kojevnikov <[email protected]> wrote: > > Instead of assigning key_name using constructor,is it possible to > > assign key_name after creating the Expando object. > > You should specify the key_name using constructor. If you don't, a > system-generated numeric ID will be used instead. Also, you cannot > change the key_name after the entity is saved into the datastore. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
