]> git.parisson.com Git - django-social-auth.git/commitdiff
ChangeLog update
authorMatías Aguirre <matiasaguirre@gmail.com>
Tue, 13 Mar 2012 18:17:06 +0000 (15:17 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Tue, 13 Mar 2012 18:17:06 +0000 (15:17 -0300)
ChangeLog

index 91003d3232f49622be9c73e71c2942f5f9dd9f95..38fba7451e447c3ee131db2ba974d8ba422decba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,35 @@
+2012-03-13  Matías Aguirre <matiasaguirre@gmail.com>
+
+  * 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 <janez.stupar@gmail.com>
+
+  * social_auth/views.py: Transfer redirect parameter (?next=) into new
+  session. May come handy in our next view.
+
+2012-03-09  Matías Aguirre <matiasaguirre@gmail.com>
+
+  * social_auth/backends/google.py: Rename var. Refs #284
+
+2012-03-09  Keiko Oda <keiko713@gmail.com>
+
+  * 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 <me@marmida.org>
+
+  * 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 <matiasaguirre@gmail.com>
 
+  * ChangeLog: Added changelog generated from git log
+
   * social_auth/backends/__init__.py: Only load defined (and enabled) backends.
   Closes #277.