Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add allauth middleware to test settings #1090

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 19, 2023

  1. add allauth middleware to test settings

    The django-allauth package since 0.56¹ requires setting up its
    middleware in settings.
    
    The same issue² was fixed in dj-rest-auth 5.0.2.
    
    [1] https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst#backwards-incompatible-changes-1
    [2] iMerica/dj-rest-auth#561
    mweinelt committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    c9d2f89 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. drop py36 from tox environments

    Python 3.6 is not supported by django-allauth>=0.54.0, which is now
    the below the minimum required version.
    mweinelt committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    43892c3 View commit details
    Browse the repository at this point in the history