Skip to content

Commit

Permalink
upgrade allauth (#2555)
Browse files Browse the repository at this point in the history
bypass the migration issue around socialaccount... since we do not use that feature!
  • Loading branch information
ewdurbin authored Sep 13, 2024
1 parent 3627bc8 commit 019c062
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion base-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ requests[security]>=2.26.0
django-honeypot==1.0.4 # 1.0.4 is first version that supports Django 4.2
django-markupfield==2.0.1

django-allauth==0.57.2 # 0.55.0 is first version that supports Django 4.2
django-allauth==64.2.1

django-waffle==2.2.1

Expand Down
5 changes: 0 additions & 5 deletions pydotorg/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,6 @@

'allauth',
'allauth.account',
'allauth.socialaccount',
#'allauth.socialaccount.providers.facebook',
#'allauth.socialaccount.providers.github',
#'allauth.socialaccount.providers.openid',
#'allauth.socialaccount.providers.twitter',

# Tastypie needs the `users` app to be already loaded.
'tastypie',
Expand Down

0 comments on commit 019c062

Please sign in to comment.