Skip to content

Commit

Permalink
[deps] Added compatibility for django-allauth~=0.63.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Aug 28, 2024
1 parent 5410433 commit 8515267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/openwisp2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'allauth.account.middleware.AccountMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
]
Expand Down

0 comments on commit 8515267

Please sign in to comment.