The only difference that I can see between the ajax routes and the rest are that the ajax routes are unicode strings, the rest are not, (because of the from __future__ import unicode_literals in ajax.py)
Presumably, changing those strings to bytestrings should fix it, though given that I dont understand what the bug in routes is, I have no way to be sure.
|