mozilla / django-browserid

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

Django 1.9 compatibility #291

Closed rolandgeider closed 8 years ago

rolandgeider commented 8 years ago

I just tried updating to the django 1.9 beta, but there's an import error:

File "[snip]/local/lib/python2.7/site-packages/django_browserid/base.py", line 11, in <module>
    from django.utils.http import same_origin
ImportError: cannot import name same_origin

I could not find anything about same_origin in the release notes, perhaps this was a half-private helper?

Osmose commented 8 years ago

This should be fixed on master. Once 1.9 is released proper we'll do a bugfix release with 1.9 support officially. Thanks for finding this!