sorry for the trouble, and thanks for the detailed info! we definitely do want to figure out what's going on here.
it doesn't seem quite as reproducible as get_or_insert() not working. for example, i just ran this in http://shell.appspot.com/ : >>> class NewKind(db.Expando): pass >>> list(NewKind.all()) [] >>> NewKind.get_or_insert('x') >>> list(NewKind.all()) [<__main__.NewKind object at 0xf42e8100f27606b0>] >>> NewKind.all().get().key().name() u'x' --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
