]> git.parisson.com Git - django-social-auth.git/commitdiff
Styling
authorMatías Aguirre <matiasaguirre@gmail.com>
Tue, 14 Feb 2012 14:33:28 +0000 (12:33 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Tue, 14 Feb 2012 14:33:28 +0000 (12:33 -0200)
README.rst
doc/pipeline.rst

index 1ddff62492065e5f71f72fef7d9536d40b1dfbd1..efd808c92bc8009200b691a2dc4b96dc41d884ca 100644 (file)
@@ -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``)
index 5988163b7f66555e42fccefed841b1a45a46cf3b..776e5d5911336417ab33c6c0b6c79d6bb0825059 100644 (file)
@@ -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``)