From: Matías Aguirre Date: Mon, 9 Apr 2012 01:24:43 +0000 (-0300) Subject: Update context processors comment X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4469fccfd800ad77ea8d40fc69341c0afe66ec3c;p=django-social-auth.git Update context processors comment --- 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.