]> git.parisson.com Git - django-social-auth.git/commitdiff
Doc fix
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 13 Feb 2012 18:38:31 +0000 (16:38 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 13 Feb 2012 18:38:31 +0000 (16:38 -0200)
README.rst
doc/pipeline.rst

index 9d417c0fdba06c4ccd1a8ed6a3f0484d07de9b89..c975e57d3c7bc2845dc2ff66e63d5f9b6a722572 100644 (file)
@@ -429,7 +429,7 @@ next entry after ``save_status_to_session`` but this can be modified by setting
 the following setting to the import path of the pipeline entry to resume
 processing::
 
-    SOCIAL_AUTH_PIPELINE_RESUME_ENTRY = <a zero based index>
+    SOCIAL_AUTH_PIPELINE_RESUME_ENTRY = 'social_auth.backends.pipeline.misc.save_status_to_session'
 
 ``save_status_to_session`` saves needed data into user session, the key can be
 defined by ``SOCIAL_AUTH_PARTIAL_PIPELINE_KEY`` which default value is
index e6bf813223f06e1847c0be1747f8fb505066ae21..5988163b7f66555e42fccefed841b1a45a46cf3b 100644 (file)
@@ -75,7 +75,7 @@ next entry after ``save_status_to_session`` but this can be modified by setting
 the following setting to the import path of the pipeline entry to resume
 processing::
 
-    SOCIAL_AUTH_PIPELINE_RESUME_ENTRY = <a zero based index>
+    SOCIAL_AUTH_PIPELINE_RESUME_ENTRY = 'social_auth.backends.pipeline.misc.save_status_to_session'
 
 ``save_status_to_session`` saves needed data into user session, the key can be
 defined by ``SOCIAL_AUTH_PARTIAL_PIPELINE_KEY`` which default value is