Skip to content
  • hydrargyrum's avatar
    fix a few __repr__/__str__ returning unicode · 5c3f2c96
    hydrargyrum authored
    In Python 2, __repr__ and __str__ shouldn't return unicode.
    This caused a problem for example when logging-debug a filter on Thumbnail.url,
    as the logger couldn't encode the unicode repr.
    5c3f2c96