News In 2015

django-allauth 0.24.1 released

Posted by Raymond Penners on 2015-11-09

Note worthy changes Non-test code accidentally had test packages as a dependency. Backwards incompatible changes Setting a password after logging in with a social account no longer logs out the user by default on Django 1.7+. Setting an initial password and changing the password both respect settings.

Read more

django-allauth 0.24.0 released

Posted by Raymond Penners on 2015-11-08

Note worthy changes Django 1.9b1 compatibility. Seppo Erviälä contributed a Finnish translation, thanks! Iurii Kriachko contributed a Basecamp provider, thanks! Backwards incompatible changes Increased SocialApp key/secret/token sizes to 191, decreased SocialAccount.uid size to 191. The latter was done in order to accommodate for MySQL in combination with utf8mb4 and constraints on uid.

Read more

django-allauth 0.23.0 released

Posted by Raymond Penners on 2015-08-02

Note worthy changes David Friedman contributed Edmodo support, thanks! Added support for ACCOUNT_LOGIN_ON_PASSWORD_RESET (thanks Julen!) Backwards incompatible changes None


django-allauth 0.22.0 released

Posted by Raymond Penners on 2015-07-23

Note worthy changes Reversal of the email confirmation url can now be overridden in the adapter (get_email_confirmation_url). Additionally, the complete confirmation email handling can be overridden via send_confirmation_mail. Template context processors are no longer used. The Facebook Graph API fields (/me/?

Read more

django-allauth 0.21.0 released

Posted by Raymond Penners on 2015-07-02

Note worthy changes You can now tweak the authentication params per OAuth provider, as you already could for OAuth2. Contributed by Peter Rowlands, thanks. Nattaphoom Ch. contributed a Thai translation, thanks! Guoyu Hao contributed a Baidu provider, thanks! Rod Xavier Bondoc contributed support logging out on password change (see setting: ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE) Backwards incompatible changes In version 0.

Read more

Page 1 of 2