Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

v2.2.0

Compare
Choose a tag to compare
@theacodes theacodes released this 28 Jul 19:29
· 128 commits to master since this release
  • Added support to override token_uri and revoke_uri in oauth2client.service_account.ServiceAccountCredentials. (#510)
  • oauth2client.contrib.multistore_file now handles OSError in addition to IOError because Windows may raise OSError where other platforms will raise IOError.
  • oauth2client.contrib.django_util and oauth2client.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.