* Replace `email_verification_required` flag with `email_verified` flag. * Note that `email_verified == not email_verification_required`. * A data migration will be necessary.
8.2.0
Not secure
**This release backports a specific change from v14.0.0**
* Clarify error message when your old and new passwords match, you will need to update translations.
8.1.2
Not secure
**This release backports a specific change from v12.0.1**
* Ensure new and old passwords differ when changing password.
8.1.1
Not secure
* Bugfix: Don't show "passwords do not match" when the first password is invalid.
8.1.0
Not secure
* Add docstrings for views.
Docstrings will be displayed in `django-rest-framework` browsable API.