should we remove __unicode__ method?
Since Python3 is unicode by default, do we need __unicode__
method? shouldn't be enough with __str__
method?
Is not clear to me if this method is needed or not.
https://docs.djangoproject.com/en/1.11/topics/python3/#str-and-unicode-methods