Skip to content

Commit

Permalink
Merge branch 'django/4.2' into task/DES-2600--google-site-search
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb authored Nov 6, 2023
2 parents 921f217 + 88b8ddf commit b1bb256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designsafe/apps/googledrive_integration/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_prep_value(self, value):
if value is None:
return None
else:
return encoding.smart_text(
return encoding.smart_str(
base64.b64encode(jsonpickle.encode(value).encode()))

def value_to_string(self, obj):
Expand Down

0 comments on commit b1bb256

Please sign in to comment.