def short(self, obj): """ Truncate short description in list display """ return truncatechars(obj.short_description, 100)