8👍
✅
UPDATE
As of Django 3.2, it now supports JSONField and django-mysql JSONField is now deprecated.
Check out django-mysql.
Django-MySQL supports the JSON data type and related functions through JSONField plus some JSON database functions.
0👍
You’ve already found django-jsonfield
, but here are some recent discussions you may be interested in:
https://groups.google.com/forum/#!searchin/django-developers/mysql$20json%7Csort:relevance/django-developers/zfred27yVPg/U-4iNd_aAQAJ
https://groups.google.com/forum/#!searchin/django-developers/mysql$20json%7Csort:relevance/django-developers/sAgYOqBUvgI/aLQH6vx5CAAJ
AFAIK there isn’t anything native currently, but people seem interested in developing what you’re looking for.
- [Django]-Django migrations : relation already exists
- [Django]-Django-Debug-Toolbar not showing(disallowed MIME type)
- [Django]-`Django administration` to the custom title in project templates
Source:stackexchange.com