django-allauth 0.11.0 released
Posted by Raymond Penners on 2013-06-02
Note worthy changes
- Moved logic whether or not a social account can be disconnected to the SocialAccountAdapter (validate_disconnect).
- Added social_account_removed signal.
- Implemented CSRF protection (http://tools.ietf.org/html/draft-ietf-oauth-v2-30#section-10.12).
- The user_logged_in signal now optionally receives a sociallogin parameter, in case of a social login.
- Added social_account_added (contributed by orblivion, thanks).
- Hatem Nassrat contributed Bitly support, thanks!
- Bojan Mihelac contributed a Croatian translation, thanks!
- Messages (as in django.contrib.messages) are now configurable through templates.
- Added support for differentiating email handling (verification, required) between local and social accounts: SOCIALACCOUNT_EMAIL_REQUIRED and SOCIALACCOUNT_EMAIL_VERIFICATION.
Backwards incompatible changes
None
Next: django-allauth 0.11.1 released Previous: django-allauth 0.10.1 released