]> git.parisson.com Git - django-social-auth.git/commitdiff
Fixed outdated reference to social_auth.utils.process_exceptions => social_auth.utils...
authorRyan Blunden <ryan.blunden@gmail.com>
Sun, 29 Apr 2012 02:18:22 +0000 (19:18 -0700)
committerRyan Blunden <ryan.blunden@gmail.com>
Sun, 29 Apr 2012 02:18:22 +0000 (19:18 -0700)
doc/configuration.rst

index 34259c97c09337fa05a32e9746c3ca71b8c50694..4c21412adca4ed5d19ef78e8b2751fe95b749dba 100644 (file)
@@ -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