• 
      

    Small fix to some __unicode__ methods on reviews.models

    Review Request #260 — Created Feb. 19, 2008 and submitted — Latest diff uploaded

    Information

    Review Board SVN (deprecated)
    409

    Reviewers

    Two __unicode__ methods did string interpolation using a str instance instead of a unicode instance. This ends up calling unicode(str(foo)) using the default encoding (ascii) for the interpolation arguments, raising UnicodeDecodeErrors on some cases.