django-allauth 0.13.0 released
Posted by Raymond Penners on 2013-08-31
Note worthy changes
- Koichi Harakawa contributed a Japanese translation, thanks!
- Added is_open_for_signup to DefaultSocialAccountAdapter.
- Added VK provider support.
- Marcin Spoczynski contributed a Polish translation, thanks!
- All views are now class-based.
- django.contrib.messages is now optional.
- "jresins" contributed a simplified Chinese, thanks!
Backwards incompatible changes
- The password reset from key success response now redirects to a "done" view (/accounts/password/reset/key/done/). This view has its own account/password_reset_from_key_done.html template. In previous versions, the success template was intertwined with the account/password_reset_from_key.html template.
Next: django-allauth 0.14.0 released Previous: django-allauth 0.12.0 released