I\'m trying to set up a models file in Django 1.9 using the new JSONField. I have found examples using postgres but none with MySql. In the examples with postgres they do
I know this question is about Django 1.9, but JSONField can now be used with all supported database backends with the release of Django 3.1.