Warnings caused by Condensed Diff upon db migration due to utf string comparison resolved

Review Request #6949 — Created Feb. 14, 2015 and submitted — Latest diff uploaded

Information

Review Board
master
047b1c1...

Reviewers

Modified condensed diff in diffviewer to not give out warnings. Warnings were originally given out in the condensed diff function because comparisons of strings were occurring with utf strings rather than the pure bytestring.

Since the original problem occurred during migrations of the db server. I tried running a syncdb, and starting the development server. The warning disappeared after using the fix was made.

    Loading...