I like Django, MySQL, and Unicode, but getting all three to play together
nicely can sometimes be a bit challenging. One of the more annoying things is
getting Django to make a migration that will create a 255 character
CharField
that is encoded using the utf8mb4 character set and indexed.
more ...