From: Ryan Blunden Date: Sun, 29 Apr 2012 02:18:22 +0000 (-0700) Subject: Fixed outdated reference to social_auth.utils.process_exceptions => social_auth.utils... X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3841907ce6bb5416a5944aa60ff5e40e4ed147c3;p=django-social-auth.git Fixed outdated reference to social_auth.utils.process_exceptions => social_auth.utils.log_exceptions_to_messages --- diff --git a/doc/configuration.rst b/doc/configuration.rst index 34259c9..4c21412 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -243,7 +243,7 @@ Configuration override the default behavior by defining a function to process the exceptions using this setting:: - SOCIAL_AUTH_PROCESS_EXCEPTIONS = 'social_auth.utils.process_exceptions' + SOCIAL_AUTH_PROCESS_EXCEPTIONS = 'social_auth.utils.log_exceptions_to_messages' The function parameters will ``request`` holding the current request object, ``backend`` with the current backend and ``err`` which is the exception