srmagura/goodnight-lead

Add __str__() for organizations

srmagura opened this issue · 2 comments

Implement unicode() instead to be compliant with current standards.

That's a Python 2 thing. Python 2 unicode is essentially equivalent to Python 3 str
http://stackoverflow.com/a/1307210/752601