summaryrefslogtreecommitdiffstats
path: root/requirements/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'requirements/README.md')
-rw-r--r--requirements/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/requirements/README.md b/requirements/README.md
index d29b81c902..4978d0bf40 100644
--- a/requirements/README.md
+++ b/requirements/README.md
@@ -49,18 +49,6 @@ Make sure to delete the old tarball if it is an upgrade.
Anything pinned in `*.in` files involves additional manual work in
order to upgrade. Some information related to that work is outlined here.
-### social-auth-app-django
-
-django-social keeps a list of backends in memory that it gathers
-based on the value of `settings.AUTHENTICATION_BACKENDS` *at import time*:
-https://github.com/python-social-auth/social-app-django/blob/c1e2795b00b753d58a81fa6a0261d8dae1d9c73d/social_django/utils.py#L13
-
-Our `settings.AUTHENTICATION_BACKENDS` can *change*
-dynamically as settings are changed (i.e., if somebody
-configures Github OAuth2 integration), so we need to
-_overwrite_ this in-memory value at the top of every request so
-that we have the latest version
-
### django-oauth-toolkit
Versions later than 1.4.1 throw an error about id_token_id, due to the