From: Matías Aguirre Date: Wed, 29 Feb 2012 18:01:00 +0000 (-0200) Subject: Remove deprecated setting from docs. Refs #175. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6f4f8721bfb964e210d9901aa897b039e3f0ff7d;p=django-social-auth.git Remove deprecated setting from docs. Refs #175. --- diff --git a/README.rst b/README.rst index 0747f09..c8cde76 100644 --- a/README.rst +++ b/README.rst @@ -183,14 +183,6 @@ Configuration SOCIAL_AUTH_BACKEND_ERROR_URL = '/new-error-url/' - In case of authentication error, the message can be stored in session - if the following setting is defined:: - - SOCIAL_AUTH_ERROR_KEY = 'social_errors' - - This defines the desired session key where last error message should be - stored. It's disabled by default. - - Configure authentication and association complete URL names to avoid possible clashes:: diff --git a/doc/configuration.rst b/doc/configuration.rst index 6fedc1b..8650151 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -80,14 +80,6 @@ Configuration SOCIAL_AUTH_BACKEND_ERROR_URL = '/new-error-url/' - In case of authentication error, the message can be stored in session - if the following setting is defined:: - - SOCIAL_AUTH_ERROR_KEY = 'social_errors' - - This defines the desired session key where last error message should be - stored. It's disabled by default. - - Configure authentication and association complete URL names to avoid possible clashes::