News In 2013
django-allauth 0.12.0 released
Posted by Raymond Penners on 2013-07-01
Noteworthy changes Added support for re-authenticated (forced prompt) by means of a new action="reauthenticate" parameter to the {% provider_login_url %} Roberto Novaes contributed a Brazilian Portuguese translation, thanks! Daniel Eriksson contributed a Swedish translation, thanks! You can now logout from both allauth and Facebook via a Javascript helper: window.
Read moredjango-allauth 0.11.1 released
Posted by Raymond Penners on 2013-06-04
Noteworthy changes Released (due to issue in disconnecting social accounts). Backwards incompatible changes None
django-allauth 0.11.0 released
Posted by Raymond Penners on 2013-06-02
Noteworthy 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).
Read moredjango-allauth 0.10.1 released
Posted by Raymond Penners on 2013-04-16
Noteworthy changes Cleaning of username can now be overridden via DefaultAccountAdapter.clean_username Fixed potential error (assert) when connecting social accounts. Added support for custom username handling in case of custom user models (ACCOUNT_USER_MODEL_USERNAME_FIELD). Backwards incompatible changes None
django-allauth 0.10.0 released
Posted by Raymond Penners on 2013-04-12
Noteworthy changes Chris Davis contributed Vimeo support, thanks! Added support for overriding the URL to return to after connecting a social account (allauth.socialaccount.adapter.DefaultSocialAccountAdapter.get_connect_redirect_url). Python 3 is now supported! Dropped dependency on (unmaintained?) oauth2 package, in favor of requests-oauthlib. account: Email confirmation mails generated at signup can now be differentiated from regular email confirmation mails by placing e.
Read more