Update for unicode compliance

Review Request #147 — Created Sept. 2, 2007 and submitted — Latest diff uploaded

Information

Review Board SVN (deprecated)
trunk

Reviewers

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.
/trunk/reviewboard/accounts/backends.py
/trunk/reviewboard/accounts/models.py
/trunk/reviewboard/diffviewer/forms.py
/trunk/reviewboard/diffviewer/models.py
/trunk/reviewboard/diffviewer/views.py
/trunk/reviewboard/reviews/email.py
/trunk/reviewboard/reviews/feeds.py
/trunk/reviewboard/reviews/json.py
/trunk/reviewboard/reviews/models.py
/trunk/reviewboard/reviews/tests.py
/trunk/reviewboard/reviews/views.py
/trunk/reviewboard/scmtools/models.py
Loading...