Skip to content

Commit c2b5ea8

Browse files
authored
Merge branch 'Schweigi:master' into master
2 parents e6e87cf + 94ca7bf commit c2b5ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2client/contrib/django_util/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_prep_value(self, value):
6464
if value is None:
6565
return None
6666
else:
67-
return encoding.smart_text(
67+
return encoding.smart_str(
6868
base64.b64encode(jsonpickle.encode(value).encode()))
6969

7070
def value_to_string(self, obj):

0 commit comments

Comments
 (0)