Review Board

beta

Update for unicode compliance

Updated 1 year, 4 months ago

David Trowbridge Reviewers
trunk reviewboard
None Review Board SVN
Update various models and views for changes in the django unicode branch, according to the instructions at http://code.djangoproject.com/wiki/UnicodeBranch#PortingApplicationsTheQuickChecklist .  There should be
no real functional changes, other than avoiding errors when various things include unicode.
Ran unit tests, and made sure I could still upload and view a diff.
Ship it!
Posted 1 year, 4 months ago (September 2nd, 2007, 2:56 p.m.)
Awesome. Only one small thing, but it's debatable.
Loading diff fragment...
Not sure we really need to convert cache keys, as they ultimately get turned into a str anyway.
  1. David Trowbridge 1 year, 4 months ago (September 2nd, 2007, 3:04 p.m.)
    OK, I wasn't really sure, and I was too lazy to read the source.  Removed.