Skip to content

Commit 232e6f2

Browse files
committed
bump django-allauth from 0.45.0 to 0.51.0
1 parent ef3a0ff commit 232e6f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conf/settings/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@
8989
SOCIALACCOUNT_QUERY_EMAIL = True
9090
SOCIALACCOUNT_ADAPTER = 'frontend.adapters.SocialAccountAdapter'
9191
ACCOUNT_EMAIL_VERIFICATION = 'none'
92+
SOCIALACCOUNT_LOGIN_ON_GET = True

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ charset-normalizer==2.0.6
66
cryptography==3.4.8
77
defusedxml==0.7.1
88
Django==3.2.15
9-
django-allauth==0.45.0
9+
django-allauth==0.51.0
1010
idna==3.2
1111
importlib-metadata==4.8.1
1212
jmespath==0.10.0

0 commit comments

Comments
 (0)