django-allauth 65.4.1 released
Posted by Raymond Penners on 2025-02-07
Fixes
- To make way for a future "phone" method, AUTHENTICATION_METHOD was removed in favor of a new LOGIN_METHODS. While this change was done in a backwards compatible manner within allauth scope, other packages accessing allauth.account.app_settings.AUTHENTICATION_METHOD would break. Fixed.
Previous: django-allauth 65.4.0 released