From: Matías Aguirre Date: Tue, 14 Feb 2012 14:33:28 +0000 (-0200) Subject: Styling X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7b13a1014fea860c97f8e9e0c006495659c4f619;p=django-social-auth.git Styling --- diff --git a/README.rst b/README.rst index 1ddff62..efd808c 100644 --- a/README.rst +++ b/README.rst @@ -399,7 +399,7 @@ Each pipeline function will receive the following parameters: * Current social authentication backend * User ID given by authentication provider * User details given by authentication provider - * ``is_new`` flag (initialized in False) + * ``is_new`` flag (initialized in ``False``) * Any arguments passed to ``auth_complete`` backend method, default views pass this arguments: - current logged in user (if it's logged in, otherwise ``None``) diff --git a/doc/pipeline.rst b/doc/pipeline.rst index 5988163..776e5d5 100644 --- a/doc/pipeline.rst +++ b/doc/pipeline.rst @@ -36,7 +36,7 @@ Each pipeline function will receive the following parameters: * Current social authentication backend * User ID given by authentication provider * User details given by authentication provider - * ``is_new`` flag (initialized in False) + * ``is_new`` flag (initialized in ``False``) * Any arguments passed to ``auth_complete`` backend method, default views pass this arguments: - current logged in user (if it's logged in, otherwise ``None``)