]> git.parisson.com Git - django-social-auth.git/commitdiff
Update context processors comment
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 9 Apr 2012 01:24:43 +0000 (22:24 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 9 Apr 2012 01:24:43 +0000 (22:24 -0300)
social_auth/context_processors.py

index 1d1464ee40934ce3f2d5bf727440c4b00fe222f2..0b1d9188086a0dffb2811e5cff7acc64747f9235 100644 (file)
@@ -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.