Add __str__() for organizations
srmagura opened this issue · 2 comments
srmagura commented
EricHorton commented
Implement unicode() instead to be compliant with current standards.
srmagura commented
That's a Python 2 thing. Python 2 unicode is essentially equivalent to Python 3 str
http://stackoverflow.com/a/1307210/752601