Skip to content

Commit

Permalink
Merge pull request #2 from jferreira-ca/patch-1
Browse files Browse the repository at this point in the history
PDQ-16621 removing deprecated code in django3
  • Loading branch information
ramonsaraiva authored Aug 31, 2022
2 parents aaf3b7b + b4202e1 commit eabf738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oauth2client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Client library for using OAuth2, especially with Google APIs."""

__version__ = '4.1.3'
__version__ = '4.1.4'

GOOGLE_AUTH_URI = 'https://accounts.google.com/o/oauth2/v2/auth'
GOOGLE_DEVICE_URI = 'https://oauth2.googleapis.com/device/code'
Expand Down
2 changes: 1 addition & 1 deletion oauth2client/contrib/django_util/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self, *args, **kwargs):
def get_internal_type(self):
return 'BinaryField'

def from_db_value(self, value, expression, connection, context):
def from_db_value(self, value, expression, connection):
"""Overrides ``models.Field`` method. This converts the value
returned from the database to an instance of this class.
"""
Expand Down

0 comments on commit eabf738

Please sign in to comment.