News
django-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 moredjango-allauth 0.9.0 released
Posted by Raymond Penners on 2013-01-30
Noteworthy changes account: user_signed_up signal now emits an optional sociallogin parameter so that receivers can easily differentiate between local and social signups. account: Added email_removed signal. socialaccount: Populating of User model fields is now centralized in the adapter, splitting up name into first_name and last_name if these were not individually available.
Read moredjango-allauth 0.8.3 released
Posted by Raymond Penners on 2012-12-06
Noteworthy changes Markus Thielen contributed a German translation, thanks! The site foreign key from SocialApp to Site has been replaced by a ManyToManyField. Many apps can be used across multiple domains (Facebook cannot). account: Added adapter class for increased pluggability.
Read moredjango-allauth 0.8.2 released
Posted by Raymond Penners on 2012-10-10
Noteworthy changes Twitter: Login was broken due to change at in URLs at Twitter, fixed. LinkedIn: Added support for passing along the OAuth scope. account: Improved email confirmation error handling, no more confusing 404s. account: Aldiantoro Nugroho contributed support for a new setting: ACCOUNT_USERNAME_MIN_LENGTH socialaccount: Added preliminary support for Mozilla Persona.
Read more