Replace use of __repr__ by __str__
The following discussion from dashboard-backend!88 (merged) should be addressed:
-
@arie started a discussion: (+3 comments) This is somewhat non-standard use of
__repr__
, see the python docs on this. I think you want to define__str__
instead in this case.
Edited by Arie Peterson