We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e48a70 commit c9d2f89Copy full SHA for c9d2f89
requirements/optionals.txt
@@ -1,6 +1,6 @@
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
+dj-rest-auth>=5.0.2
4
djangorestframework-simplejwt>=4.4.0
5
django-polymorphic>=2.1
6
django-rest-polymorphic>=0.1.8
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