]> git.parisson.com Git - django-social-auth.git/commitdiff
ChangeLog
authorMatías Aguirre <matiasaguirre@gmail.com>
Thu, 15 Mar 2012 00:05:04 +0000 (21:05 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Thu, 15 Mar 2012 00:05:04 +0000 (21:05 -0300)
ChangeLog

index 38fba7451e447c3ee131db2ba974d8ba422decba..ec08e1b5c4e439045a0f240ca11f3f545df10274 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
+2012-03-14  Matías Aguirre <matiasaguirre@gmail.com>
+
+  * README.rst, doc/index.rst, doc/tokens.rst,
+  social_auth/backends/__init__.py, social_auth/backends/twitter.py,
+  social_auth/models.py: Add tokens property to easilly access tokens per
+  backend. Closes #290
+
 2012-03-13  Matías Aguirre <matiasaguirre@gmail.com>
 
+  * ChangeLog: ChangeLog update
+
   * social_auth/backends/pipeline/associate.py: Check setting with default
   value that makes sense. Closes #289