django-allauth 0.4.0 released
Posted by Raymond Penners on 2012-03-25
Note worthy changes
- account: The render_value parameter of all PasswordInput fields used can now be configured via a setting.
- account: Added support for prefixing the subject of sent emails.
- account: Added support for a plugging in a custom signup form used for additional questions to ask during signup.
- account: is_active is no longer used to keep users with an unverified email address from logging in.
- Dropping uniform dependency. Moved uniform templates into example project.
Backwards incompatible changes
None
Next: django-allauth 0.5.0 released Previous: django-allauth 0.3.0 released