bd808.com
  • Home
  • Blog
  • Archives

Making Django migrations that work with MySQL 5.5 and utf8mb4

Date 2017-04-17 Tags python / django / mysql / unicode / hacks

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 ...

  • About

    Code and ramblings from Bryan Davis, coder, software architect, and highly opinionated geek.

  • Recent Posts

    • Making Django migrations that work with MySQL 5.5 and utf8mb4
  • Tags

    • algorithms
    • boxen
    • django
    • github
    • gpg
    • hacks
    • howto
    • irc
    • mysql
    • octopress
    • osx
    • pecl
    • pelican
    • php
    • puppet
    • python
    • SASL
    • scrum
    • sdlc
    • security
    • sysadmin
    • unicode
    • xcode
    • yaml

© 2017 Bryan Davis · Powered by pelican-bootstrap3, Pelican, Bootstrap

Creative Commons License Content licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where indicated otherwise.

Back to top