You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invalid utf8mb4 character string Warning message pops up when storing compressed text data in BinaryField. This message does not appear when using create() or bulk_create() django functions.
Invalid utf8mb4 character string Warning message pops up when storing compressed text data in BinaryField. This message does not appear when using create() or bulk_create() django functions.
Exact error:
mysql/base.py:101: Warning: (1300, "Invalid utf8mb4 character string: 'D44F6F'")
return self.cursor.execute(query, args)
The text was updated successfully, but these errors were encountered: