Repro instructions: ``` ent = datastore.Entity(key=datastore.Key('test',1)) datastore.put(ent) ``` Entity is not put in the datastore, and call completes successfully.