]> git.parisson.com Git - django-social-auth.git/commit
Use ValueError instad of JSONDecodeError to support django.utils.simplejson utility...
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 18 Apr 2011 19:13:59 +0000 (16:13 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 18 Apr 2011 19:13:59 +0000 (16:13 -0300)
commit0fc1e450548ff8bfb6fc4eb4a987ec9b4412b962
tree5133adcf174bf3e19b4c23ff22c2b99870b470de
parentdb770a14b1ddfcd57e1f20ee211050418a4c8552
Use ValueError instad of JSONDecodeError to support django.utils.simplejson utility properly on systems where python-simplejson is not present
social_auth/backends/__init__.py
social_auth/backends/contrib/orkut.py
social_auth/backends/facebook.py
social_auth/backends/google.py
social_auth/backends/twitter.py