django-allauth 65.0.1 released
Posted by Raymond Penners on 2024-09-23
Fixes
- When email verification by code was used, adding additional email addresses over at the email management page fired the email_added signal prematurely as the email address instance was still unsaved. Fixed.
- The newly introduced logic to redirect to pending login stages has now been integrated in the RedirectAuthenticatedUserMixin so that the existing behavior of invoking get_authenticated_redirect_url() when already authenticated is respected.
Next: django-allauth 65.0.2 released Previous: django-allauth 65.0.0 released