django-allauth 0.31.0 released
Posted by Raymond Penners on 2017-02-28
Note worthy changes
- Added a new user_logged_out signal.
- OpenId: Added support for requesting additional data.
- New providers: Auth0, Box, Line, Naver, Kakao, Daum, MailChimp, Eventbrite.
Backwards incompatible changes
- Django 1.7 / Python 3.2 compatibility has been dropped.
- Due to providers being registered in the same file as their definition it was impossible to subclass a provider without having the parent be registered. This has been addressed. If you have implemented a custom provider, you will need to change providers.registry.register(CustomProvider) into provider_classes = [CustomProvider].
Next: django-allauth 0.32.0 released Previous: django-allauth 0.30.0 released