This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
v2.2.0
- Added support to override
token_uri
andrevoke_uri
inoauth2client.service_account.ServiceAccountCredentials
. (#510) oauth2client.contrib.multistore_file
now handlesOSError
in addition toIOError
because Windows may raiseOSError
where other platforms will raiseIOError
.oauth2client.contrib.django_util
andoauth2client.contrib.django_orm
have been updated to support Django 1.8 - 1.10. Versions of Django below 1.8 will not work with these modules.