From 3841907ce6bb5416a5944aa60ff5e40e4ed147c3 Mon Sep 17 00:00:00 2001 From: Ryan Blunden Date: Sat, 28 Apr 2012 19:18:22 -0700 Subject: [PATCH] Fixed outdated reference to social_auth.utils.process_exceptions => social_auth.utils.log_exceptions_to_messages --- doc/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5