]> git.parisson.com Git - django-social-auth.git/commit
Prepopulates UserSocialAuth instance with an empty dictionary to allow the calling...
authorUlysses <ulysses.cv@gmail.com>
Mon, 14 May 2012 19:29:26 +0000 (16:29 -0300)
committerUlysses <ulysses.cv@gmail.com>
Mon, 14 May 2012 19:29:26 +0000 (16:29 -0300)
commitd2a8495fc45173ad6e6efac4df3856465788964a
treea5070d9e97719e43d3433f39d6c0916325df63f5
parent9fdef24e4ca5e486e069bef6c9253bf4db164f35
Prepopulates UserSocialAuth instance with an empty dictionary to allow the calling of extra_data.update() without raising a TypeError because the field was considered None when null.
social_auth/models.py