From: Matías Aguirre Date: Tue, 13 Mar 2012 18:17:06 +0000 (-0300) Subject: ChangeLog update X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5610d0c5eb5f407c517270f2852f2721a76620e2;p=django-social-auth.git ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 91003d3..38fba74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,35 @@ +2012-03-13 Matías Aguirre + + * social_auth/backends/pipeline/associate.py: Check setting with default + value that makes sense. Closes #289 + + * social_auth/__init__.py: v0.6.7 + +2012-03-12 Janez Stupar + + * social_auth/views.py: Transfer redirect parameter (?next=) into new + session. May come handy in our next view. + +2012-03-09 Matías Aguirre + + * social_auth/backends/google.py: Rename var. Refs #284 + +2012-03-09 Keiko Oda + + * social_auth/backends/google.py: add a function that gets name, given_name, + family_name and add to user_details from google OAuth2 + +2012-03-05 Michael Armida + + * social_auth/backends/__init__.py: make BaseOAuth2 behave like + ConsumerBasedOAuth when requesting an access token leads to a HTTP 400; + previously it lead to an unhandled exception, although I don't know that + "Authentication process canceled" is much better + 2012-03-03 Matías Aguirre + * ChangeLog: Added changelog generated from git log + * social_auth/backends/__init__.py: Only load defined (and enabled) backends. Closes #277.