django-allauth 0.8.3 released
Posted by Raymond Penners on 2012-12-06
Note worthy changes
- Markus Thielen contributed a German translation, thanks!
- The site foreign key from SocialApp to Site has been replaced by a ManyToManyField. Many apps can be used across multiple domains (Facebook cannot).
- account: Added adapter class for increased pluggability. Added hook for 3rd party invitation system to by pass email verification (stash_email_verified). Moved sending of mail to adapter.
- account: Added option to completely disable email verification during signup.
Backwards incompatible changes
- The ACCOUNT_EMAIL_VERIFICATION setting is no longer a boolean based setting. Use a string value of "none", "optional" or "mandatory" instead.
- The template "account/password_reset_key_message.txt" has been moved to "account/email/password_reset_key_message.txt". The subject of the message has been moved into a template ("account/email/password_reset_key_subject.txt").
- The site foreign key from SocialApp to Site has been replaced by a ManyToManyField. Many apps can be used across multiple domains (Facebook cannot).
Next: django-allauth 0.9.0 released Previous: django-allauth 0.8.2 released