From 4469fccfd800ad77ea8d40fc69341c0afe66ec3c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Sun, 8 Apr 2012 22:24:43 -0300 Subject: [PATCH] Update context processors comment --- social_auth/context_processors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/social_auth/context_processors.py b/social_auth/context_processors.py index 1d1464e..0b1d918 100644 --- a/social_auth/context_processors.py +++ b/social_auth/context_processors.py @@ -3,8 +3,8 @@ from social_auth.utils import group_backend_by_type from social_auth.models import User -# Note: social_auth_backends and social_auth_by_type_backends don't play nice -# together +# Note: social_auth_backends, social_auth_by_type_backends and +# social_auth_by_name_backends don't play nice together. def social_auth_backends(request): """Load Social Auth current user data to context. -- 2.39.5