Re: Proposal: django.contrib.mysql

2017-05-10 Thread Sérgio Basto
On Monday, May 8, 2017 at 4:22:04 PM UTC+1, Adam Johnson wrote: > Sérgio, django-mysql already fully supports MySQL 5.7's JSON type with > its JSONField: > https://django-mysql.readthedocs.io/en/latest/model_fields/json_field.html > . Try that. > yes , I'm using it now and works great, many

Re: Adding a database-agnostic JSONField into Django

2017-05-03 Thread Sérgio Basto
Yeah I got similar problems , I'm working with django 1.11 and rest framework I wrote [1] we got about 5 options for JSON Fields https://pypi.python.org/pypi/django-jsonfield https://pypi.python.org/pypi/jsonfield from rest_framework.serializers import JSONField from django.contrib.postgres.f

Re: Proposal: django.contrib.mysql

2017-05-03 Thread Sérgio Basto
IMHO Python Django should support MySQL 5.7.x JSON fields , quickly . Thanks -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an em