Skip to content

1.17.0

Choose a tag to compare

@moggers87 moggers87 released this 16 Sep 15:33
· 72 commits to master since this release
1.17.0

1.17.0

Fixed

  • Fixed the XML syntax of the Twilio token.xml file.
  • The Yubikey token field is now receiving autofocus.
  • Avoid crashes for devices with no throttle_* methods (#699).
  • Fixed format of the hash for the OTP device cookie key.

Changed

  • Allow django-phonenumber-field 8.x.x.
  • Project build is now using a more modern toolbox based on pyproject.toml (no
    more setup.*).
  • The plugins method registry can now return a new MethodNotFoundError
    exception when some method is not found in the plugins registry.

Added

  • Support confirmation for Django 5.1.
  • The login view is also decorated with the login_not_required decorator for
    projects using the new LoginRequiredMiddleware available with Django 5.1+.

Removed

  • Dropped support for Django <4.2.
  • Removed custom utils.class_view_decorator() in favor of Django's
    method_decorator().