BI indicates a backward incompatible change. Take caution when upgrading to a version with these. Your code will need to be updated to continue working.
- fixed breaking change in 2.0.2 where context did not have uidb36 and token
- improved documentation
- fixed potentional security issue with leaking password reset tokens through HTTP Referer header
- added
never_cache
,csrf_protect
andsensitive_post_parameters
to appropriate views
@@@ todo
- BI: moved account deletion callbacks to hooksets
- BI: dropped Django 1.7 support
- BI: dropped Python 3.2 support
- BI: removed deprecated
ACCOUNT_USE_AUTH_AUTHENTICATE
setting with behavior matching itsTrue
value - added Django 1.10 support
- added Turkish translations
- fixed migration with language codes to dynamically set
- added password expiration
- added password stripping by default
- added
ACCOUNT_EMAIL_CONFIRMATION_AUTO_LOGIN
feature (default isFalse
)
- added Python 3.5 and Django 1.9 compatibility
- added Japanese translations
- added model kwarg to SignupView.create_user enabling sign up for complex user hierarchies
- added {% urlnext %} template tag
- added Django 1.8 support
- dropped Django 1.4, 1.6 and Python 2.6 support
- improved test coverage
- fixed edge case bugs in sign up codes
- added Django migrations
- added email notification on password change