django-allauth 0.16.0 released
Posted by Raymond Penners on 2014-03-10
Note worthy changes
- Nariman Gharib contributed a Persian translation, thanks!
- The custom signup form save has been deprecated in favour of a def signup(request, user) method.
- Facebook reauthentication now uses an auth_nonce.
- Added a new option ACCOUNT_LOGIN_ON_EMAIL_CONFIRMATION, to indicate whether or not email confirmation is to automatically log in.
- socialaccount: Added Bitbucket provider.
- Jack Shedd contributed Tumblr support, thanks!
- Romanos Tsouroplis contributed Foursquare support, thanks!
- "excessivedemon" contributed Flickr support, thanks!
- Luis Diego García contributed Amazon and Paypal support, thanks!
- Stuart Ross contributed LinkedIn OAuth 2.0 support, thanks!
Backwards incompatible changes
- Previously, the save(user) was called on the custom signup form. However, this shadowed the existing save method in case a model form was used. To avoid confusion, the save method has been deprecated in favour of a def signup(request, user) method.
- The Amazon provider requires more space for token_secret, so the maximum length restriction has been dropped. Migrations are in place.
Next: django-allauth 0.16.1 released Previous: django-allauth 0.15.0 released