def default(self, o): if isinstance(o, Promise): return force_text(o) return super(SafeJSONEncoder, self).default(o)