I know I am going in circles here, but it sure seems like my earlier
solution using key_word should have worked and I am worried there is
some bug. Consider the example at this link which uses the reserved
word key_word.

http://code.google.com/appengine/docs/datastore/typesandpropertyclasses.html
m = Employee(name="Susan", key_name="susan5")
m.put()

What is going on?

Brian

On Dec 14, 12:22 am, thebrianschott <schott.br...@gmail.com> wrote:
> Wait, I see a flaw: key_name is a reserved word only allowed in the
> model class.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to