django-allauth 0.27.0 released
Posted by Raymond Penners on 2016-08-18
Note worthy changes
- Django 1.10 compatibility.
- The Twitter and GitHub providers now support querying of the email address.
Backwards incompatible changes
- When ACCOUNT_SIGNUP_EMAIL_ENTER_TWICE was turned on, the email field key changed from email to email1, which could introduce subtle bugs. This has now been changed: there always is an email field, and optionally an email2 field.
- The "You must type the same password each time" form validation error that can be triggered during signup is now added to the password2 field instead of being added to the non field errors.
- The email_confirmation_sent signal is now passed request, confirmation and signup instead of only the confirmation.
- ACCOUNT_PASSWORD_MIN_LENGTH was already deprecated, but is now completely ignored if AUTH_PASSWORD_VALIDATORS is not empty.
Next: django-allauth 0.28.0 released Previous: django-allauth 0.26.1 released