]> git.parisson.com Git - django-social-auth.git/commit
Differentiate exceptions raised. Closes #119. Refs #175
authorMatías Aguirre <matiasaguirre@gmail.com>
Thu, 1 Mar 2012 15:16:05 +0000 (13:16 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Thu, 1 Mar 2012 15:16:05 +0000 (13:16 -0200)
commit0db8f14ab0778c0849d4070c377e0a6b89fbe490
tree3547827603a504ba7d176246ad11a73e5819179d
parent6f4f8721bfb964e210d9901aa897b039e3f0ff7d
Differentiate exceptions raised. Closes #119. Refs #175
17 files changed:
README.rst
doc/configuration.rst
doc/miscellaneous.rst
doc/testing.rst
social_auth/backends/__init__.py
social_auth/backends/browserid.py
social_auth/backends/contrib/gae.py
social_auth/backends/contrib/github.py
social_auth/backends/contrib/livejournal.py
social_auth/backends/exceptions.py
social_auth/backends/facebook.py
social_auth/backends/google.py
social_auth/backends/pipeline/associate.py
social_auth/backends/pipeline/social.py
social_auth/backends/twitter.py
social_auth/utils.py
social_auth/views.py