From: Matías Aguirre Date: Mon, 13 Feb 2012 18:38:31 +0000 (-0200) Subject: Doc fix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6b9f23be6d435e03e01df7d1b24c26b18001033c;p=django-social-auth.git Doc fix --- diff --git a/README.rst b/README.rst index 9d417c0..c975e57 100644 --- a/README.rst +++ b/README.rst @@ -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 = + 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 diff --git a/doc/pipeline.rst b/doc/pipeline.rst index e6bf813..5988163 100644 --- a/doc/pipeline.rst +++ b/doc/pipeline.rst @@ -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 = + 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