[Python-modules-commits] [python-social-auth] 35/322: Fix docs. Refs #436

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:12:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.10
in repository python-social-auth.

commit 53ead5c4f66a79d148f2adfa3f54835c4436ab8b
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Sat Nov 15 20:04:03 2014 -0200

    Fix docs. Refs #436
---
 docs/pipeline.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/pipeline.rst b/docs/pipeline.rst
index 6369779..4e5b9ac 100644
--- a/docs/pipeline.rst
+++ b/docs/pipeline.rst
@@ -185,8 +185,9 @@ email address you can get it from the session under the key ``email_validation_a
 In order to send the validation python-social-auth_ needs a function that will
 take care of it, this function is defined by the developer with the setting
 ``SOCIAL_AUTH_EMAIL_VALIDATION_FUNCTION``. It should be an import path. This
-function should take two arguments ``strategy`` and ``code``.  ``code`` is
-a model instance used to validate the email address, it contains three fields:
+function should take three arguments ``strategy``, ``backend`` and ``code``.
+``code`` is a model instance used to validate the email address, it contains
+three fields:
 
 ``code = '...'``
     Holds an ``uuid.uuid4()`` value and it's the code used to identify the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list