--------------------------------------------------------------------------------
- `26`_: Display OTP Token field on the login page even when user has not yet
authenticated.
.. _26: https://github.com/django-otp/django-otp/issues/26
v0.8.0 - February 06, 2020 - Drop Python 2 support
--------------------------------------------------------------------------------
- `17`_: Drop Python 2 support.
- `18`_: Back to a single login template for now.
- `23`_: Allow :setting:`OTP_HOTP_ISSUER` and :setting:`OTP_TOTP_ISSUER` to be
callable.
.. _17: https://github.com/django-otp/django-otp/pull/17
.. _18: https://github.com/django-otp/django-otp/pull/18
.. _23: https://github.com/django-otp/django-otp/pull/23