==================
MVP release - this release offers the same features as our django-two-factor-auth fork,
you should be able to replace it with this library now.
.. note:: The installation requirements require Django 3.2+ to facilitate upgrading to
Django 4.2. The templates/styling have not been tested on Django 3.2 yet.
* Implemented the "account security" page and links to it
* Implemented page to manage backup tokens and links to it
* Implemented and tested the backup code/token recovery flow
* Added support for django-webtest in ``disable_admin_mfa`` test decorator
* Added API reference documentation
* Documented the decorator(s)
* Documented the test helper(s)
* Documented template blocks available for override
* Added tests