[Python-modules-commits] [python-social-auth] 40/131: Merge remote-tracking branch 'omab/master'
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:16:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.20
in repository python-social-auth.
commit 2450a1402e562296a102a5ed940b7d14ca08c4e4
Merge: b51d824 848e1ff
Author: Bruno Alla <bruno.alla at founders4schools.org.uk>
Date: Fri May 6 17:42:00 2016 +0100
Merge remote-tracking branch 'omab/master'
.gitignore | 3 +
.travis.yml | 1 -
CHANGELOG.md | 996 +++++
Changelog | 3893 --------------------
MANIFEST.in | 2 +-
README.rst | 10 +-
docs/backends/arcgis.rst | 25 +
docs/backends/drip.rst | 14 +
docs/backends/fitbit.rst | 43 +-
docs/backends/github_enterprise.rst | 6 +-
docs/backends/google.rst | 2 +-
docs/backends/index.rst | 6 +
docs/backends/instagram.rst | 2 +-
docs/backends/itembase.rst | 51 +
docs/backends/naver.rst | 27 +
docs/backends/ngpvan_actionid.rst | 36 +
docs/backends/odnoklassnikiru.rst | 8 +-
docs/backends/pinterest.rst | 29 +
docs/intro.rst | 8 +-
docs/pipeline.rst | 2 +-
docs/thanks.rst | 2 +
.../cherrypy_example/local_settings.py.template | 2 +-
examples/django_example/example/settings.py | 3 +-
examples/django_me_example/example/settings.py | 2 +-
examples/flask_example/settings.py | 2 +-
examples/flask_me_example/settings.py | 2 +-
examples/pyramid_example/example/settings.py | 2 +-
examples/tornado_example/settings.py | 2 +-
examples/webpy_example/app.py | 2 +-
requirements-python3.txt | 12 +-
requirements.txt | 12 +-
run_tox.sh | 12 +
setup.cfg | 2 +-
setup.py | 1 -
social/__init__.py | 2 +-
social/apps/django_app/default/fields.py | 7 +-
.../django_app/default/migrations/0001_initial.py | 37 +-
.../migrations/0003_alter_email_max_length.py | 8 +-
.../default/migrations/0004_auto_20160423_0400.py | 20 +
social/apps/django_app/default/models.py | 3 +-
social/apps/django_app/urls.py | 19 +-
social/apps/pyramid_app/models.py | 2 +-
social/backends/amazon.py | 2 +-
social/backends/arcgis.py | 33 +
social/backends/azuread.py | 6 +-
social/backends/classlink.py | 44 +
social/backends/deezer.py | 49 +
social/backends/drip.py | 25 +
social/backends/evernote.py | 2 +-
social/backends/fitbit.py | 45 +-
social/backends/itembase.py | 85 +
social/backends/naver.py | 59 +
social/backends/ngpvan.py | 66 +
social/backends/oauth.py | 12 +
social/backends/odnoklassniki.py | 13 +-
social/backends/open_id.py | 33 +-
social/backends/pinterest.py | 46 +
social/backends/pocket.py | 4 +-
social/backends/salesforce.py | 2 +-
social/backends/saml.py | 11 +-
social/backends/spotify.py | 3 +-
social/backends/twilio.py | 2 +-
social/backends/twitter.py | 3 +-
social/backends/weibo.py | 2 +-
social/backends/weixin.py | 2 +-
social/backends/yandex.py | 4 +-
social/exceptions.py | 4 +
social/pipeline/__init__.py | 2 +-
social/pipeline/user.py | 5 +-
social/storage/base.py | 3 +-
social/tests/__init__.py | 9 -
social/tests/backends/open_id.py | 25 +-
social/tests/backends/test_arcgis.py | 29 +
social/tests/backends/test_deezer.py | 36 +
social/tests/backends/test_drip.py | 29 +
social/tests/backends/test_evernote.py | 6 +-
social/tests/backends/test_facebook.py | 24 +-
social/tests/backends/test_fitbit.py | 2 +-
social/tests/backends/test_itembase.py | 45 +
social/tests/backends/test_naver.py | 41 +
social/tests/backends/test_ngpvan.py | 196 +
social/tests/backends/test_pinterest.py | 49 +
social/tests/backends/test_saml.py | 10 +-
social/tests/backends/test_spotify.py | 34 +
social/tests/models.py | 9 +-
social/utils.py | 4 +-
tox.ini | 2 +-
87 files changed, 2397 insertions(+), 4040 deletions(-)
--
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