News In 2012
django-allauth 0.8.3 released
Posted by Raymond Penners on 2012-12-06
Note worthy 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
Note worthy 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 moredjango-allauth 0.8.1 released
Posted by Raymond Penners on 2012-09-03
Note worthy 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
Note worthy 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
Note worthy 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 more