]> git.parisson.com Git - django-social-auth.git/commit
Fixing a bug where SOCIAL_AUTH_NEW_USER_REDIRECT_URL doesn't work because user.is_new...
authorMike Sun <msun@bluespot.org>
Wed, 30 May 2012 17:51:58 +0000 (13:51 -0400)
committerMike Sun <msun@bluespot.org>
Wed, 30 May 2012 17:51:58 +0000 (13:51 -0400)
commit06ee9006fad80249293ce156d15d33a949eeba54
tree4d36614d66ee84dee80046ebf2c7c0c1b5be44c9
parentd5b9812b4b025d1ae1e0e681f87d1ea5b687ea1d
Fixing a bug where SOCIAL_AUTH_NEW_USER_REDIRECT_URL doesn't work because user.is_new attribute value gets changed by a login() call prior to its use.
social_auth/views.py