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

#17962 Add get_deleted_objects hook to ModelAdmin

2017-05-03 Thread Becky Smith
Hi The PR for this ticket (https://github.com/django/django/pull/8267) has been open for a while now. I think I have answered all the questions/requested changes on it. If possible, could someone take a look and see if there's anything else I need to do for it to progress? Thanks Becky -- Y