Fixed a UnicodeError in the sql.models.MediaEntry
authorJoar Wandborg <git@wandborg.com>
Fri, 3 Aug 2012 14:02:18 +0000 (16:02 +0200)
committerJoar Wandborg <git@wandborg.com>
Fri, 3 Aug 2012 14:02:18 +0000 (16:02 +0200)
commit79f28e0b938199b13515edbb8e4a3dd12a6ab6a1
tree9c605ac3e077e6575a83b090fe3f303f62cb4bff
parent2891b2c6d0526f0faab78f182d3d084717e7691e
Fixed a UnicodeError in the sql.models.MediaEntry

The __repr__() call would crash the process when it tried to convert an
unicode title to ASCII for terminal/logfile output.
mediagoblin/db/sql/models.py