News
django-allauth 0.8.1 released
Posted by Raymond Penners on 2012-09-03
Noteworthy changes Python 2.6.2 compatibility issue, fixed. The example project was unintentionally packaged, fixed. Backwards incompatible changes None
django-allauth 0.8.0 released
Posted by Raymond Penners on 2012-09-01
Noteworthy changes account: Dropped dependency on the emailconfirmation app, integrating its functionality into the account app. This change is of major impact, please refer to the documentation on how to upgrade. account: Documented ACCOUNT_USERNAME_REQUIRED. This is actually not a new setting, but it somehow got overlooked in the documentation.
Read moredjango-allauth 0.7.0 released
Posted by Raymond Penners on 2012-07-18
Noteworthy changes Facebook: Facundo Gaich contributed support for dynamically deriving the Facebook locale from the Django locale, thanks!. OAuth: All OAuth/OAuth2 tokens are now consistently stored across the board. Cleaned up OAuth flow removing superfluous redirect. Facebook: Dropped Facebook SDK dependency.
Read moredjango-allauth 0.6.0 released
Posted by Raymond Penners on 2012-06-20
Noteworthy changes account: Added ACCOUNT_USER_DISPLAY to render a user name without making assumptions on how the user is represented. allauth, socialaccount: Removed the last remaining bits of hardcodedness with respect to the enabled social authentication providers. account: Added ACCOUNT_AUTHENTICATION_METHOD setting, supporting login by username, email or both.
Read moredjango-allauth 0.5.0 released
Posted by Raymond Penners on 2012-06-08
Noteworthy changes account: Added setting ACCOUNT_PASSWORD_MIN_LENGTH for specifying the minimum password length. socialaccount: Added generic OAuth2 support. Added GitHub support as proof of concept. socialaccount: More refactoring: generic provider & OAuth consumer approach. Added LinkedIn support to test this approach.
Read more