We should recommend the `utf8mb4` encoding, which fully supports unicode,
to avoid users running into cryptic errors like [https://www.eversql.com
/mysql-utf8-vs-utf8mb4-whats-the-difference-between-utf8-and-utf8mb4/
here]:
{{{
Incorrect string value: '\xF0\x9F\x98\x81...' for column 'data' at row 1
}}}
Pull request: https://github.com/django/django/pull/13984
--
Ticket URL: <https://code.djangoproject.com/ticket/32427>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* version: 3.1 => master
* resolution: => duplicate
Comment:
Marking as a duplicate of #31016 which was marked as a duplicate of
#18392.
--
Ticket URL: <https://code.djangoproject.com/ticket/32427#comment:1>