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