]> git.parisson.com Git - django-social-auth.git/commit
Improve settings values gathering
authorMatías Aguirre <matiasaguirre@gmail.com>
Sat, 4 Feb 2012 19:44:39 +0000 (17:44 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Sat, 4 Feb 2012 19:44:39 +0000 (17:44 -0200)
commit8a6ca06663adb707e4d49d09494163ac350e4769
tree29657190bd1957a158df47765ebbfde05c83be7c
parentb3c5a3d398f8f806ee36b101b26da7b6bdbff4cd
Improve settings values gathering
17 files changed:
social_auth/backends/__init__.py
social_auth/backends/contrib/dropbox.py
social_auth/backends/contrib/flickr.py
social_auth/backends/contrib/github.py
social_auth/backends/contrib/linkedin.py
social_auth/backends/contrib/orkut.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/pipeline/user.py
social_auth/models.py
social_auth/tests/__init__.py
social_auth/tests/facebook.py
social_auth/tests/google.py
social_auth/tests/twitter.py
social_auth/views.py