You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code uses string literals '' instead of unicode literals u'' in a lot of places. When combined with potential unicode characters from database content this will break on encoding errors.
We should convert all regular string literals to unicode literals.