We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e48a70 commit 8db4c24Copy full SHA for 8db4c24
requirements/optionals.txt
@@ -1,4 +1,4 @@
1
-django-allauth<0.55.0 # breaking change breaking dj-rest-auth
+django-allauth>=0.56.0
2
drf-jwt>=0.13.0
3
dj-rest-auth>=1.0.0
4
djangorestframework-simplejwt>=4.4.0
tests/conftest.py
@@ -70,6 +70,7 @@ def pytest_configure(config):
70
'django.middleware.common.CommonMiddleware',
71
'django.contrib.auth.middleware.AuthenticationMiddleware',
72
'django.middleware.locale.LocaleMiddleware',
73
+ 'allauth.account.middleware.AccountMiddleware',
74
),
75
INSTALLED_APPS=(
76
'django.contrib.auth',
0 commit comments