]> git.parisson.com Git - django-social-auth.git/commit
Deprecate /associate/ URLs in favor of /login/ and /complete/ with user.is_authentica...
authorMatías Aguirre <matiasaguirre@gmail.com>
Wed, 18 Apr 2012 16:29:12 +0000 (13:29 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Wed, 18 Apr 2012 16:29:12 +0000 (13:29 -0300)
commit905db51cf3705b2b0fdbff321571c14ebd48254a
tree56aa70b9ce84f3de9b07dd65f0f3f160d0d52aaa
parentdc7bf4420d379d19617cf93ad4e0f73660474be6
Deprecate /associate/ URLs in favor of /login/ and /complete/ with user.is_authenticated() check. Closes #319
README.rst
doc/deprecated.rst
example/templates/done.html
social_auth/decorators.py [new file with mode: 0644]
social_auth/urls.py
social_auth/views.py