From 6b9f23be6d435e03e01df7d1b24c26b18001033c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Mon, 13 Feb 2012 16:38:31 -0200 Subject: [PATCH] Doc fix --- README.rst | 2 +- doc/pipeline.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5