django-allauth 0.53.0 released

Posted by Raymond Penners on 2023-03-16

Note worthy changes

  • You can now override the use of the UserTokenForm over at the PasswordResetFromKeyView by configuring ACCOUNT_FORMS["user_token"] to allow the change of the password reset token generator.
  • The Google API URLs are now configurable via the provider setting which enables use-cases such as overriding the endpoint during integration tests to talk to a mocked version of the API.

Next: django-allauth 0.53.1 released Previous: django-allauth 0.52.0 released
Archives