Skip to content
  • Christos Stavrakakis's avatar
    cyclades: Make all DB models return unicode repr · b6d43c2c
    Christos Stavrakakis authored
    Add __str__ method to all DB models, that simply calls __unicode__
    method. Because __str__ will return a unicode string it will be ignored,
    and the result from __unicode__ will be used. Also, make all __unicode__
    methods to return unicode strings.
    b6d43c2c