]> git.parisson.com Git - django-social-auth.git/commit
Merging latest changes from omab
authorStas Kravets <krvss@mail.ru>
Thu, 16 Feb 2012 10:00:32 +0000 (14:00 +0400)
committerStas Kravets <krvss@mail.ru>
Thu, 16 Feb 2012 10:00:32 +0000 (14:00 +0400)
commit6465b04cc673c4979cd6b5f6028dbb0061dbe62d
tree267ea0e618258830a1f2c2750b555e362c799f88
parentc0d2222ee27e3472030bafdb97332fb6270acacf
Merging latest changes from omab
52 files changed:
.gitignore
README.rst
doc/backends/browserid.rst [new file with mode: 0644]
doc/backends/github.rst
doc/backends/google.rst
doc/backends/index.rst
doc/backends/instagram.rst [new file with mode: 0644]
doc/configuration.rst
doc/deprecated.rst [new file with mode: 0644]
doc/index.rst
doc/intro.rst
doc/miscellaneous.rst
doc/pipeline.rst [new file with mode: 0644]
doc/use_cases.rst [new file with mode: 0644]
example/app/pipeline.py [new file with mode: 0644]
example/app/views.py
example/local_settings.py.template
example/settings.py
example/templates/base.html
example/templates/done.html
example/templates/form.html [new file with mode: 0644]
example/templates/home.html
example/urls.py
social_auth/__init__.py
social_auth/backends/__init__.py
social_auth/backends/browserid.py [new file with mode: 0644]
social_auth/backends/contrib/dropbox.py
social_auth/backends/contrib/flickr.py
social_auth/backends/contrib/foursquare.py
social_auth/backends/contrib/github.py
social_auth/backends/contrib/instagram.py [new file with mode: 0644]
social_auth/backends/contrib/linkedin.py
social_auth/backends/contrib/livejournal.py
social_auth/backends/contrib/orkut.py
social_auth/backends/facebook.py
social_auth/backends/google.py
social_auth/backends/pipeline/__init__.py
social_auth/backends/pipeline/associate.py
social_auth/backends/pipeline/misc.py [new file with mode: 0644]
social_auth/backends/pipeline/social.py
social_auth/backends/pipeline/user.py
social_auth/backends/twitter.py
social_auth/backends/yahoo.py
social_auth/context_processors.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/urls.py
social_auth/utils.py
social_auth/views.py