mozilla / django-browserid

Django application for adding BrowserID support.
Mozilla Public License 2.0
180 stars 80 forks source link

Python 3 - force_unicode #220

Closed gilpinheiro closed 10 years ago

gilpinheiro commented 10 years ago

Looks like "force_unicode" causes a startup error when using python3. I think it should be swapped to force_text to be compatible across the two versions.

See util.py for occurance

gilpinheiro commented 10 years ago

Oops, this has been fixed already.

Osmose commented 10 years ago

This is my favorite issue.

Thanks for the report. :P