Re: Adding a database-agnostic JSONField into Django

2019-10-19 Thread Johannes Wilm
Hey, I noticed that there is no news concerning a standard json field in the 3.0 release notes. What would the most future-proof way be of incorporating a json field currently? Should one use django-jsonfallback and hope it will eventually land in mainline django or is that just meant as a proof

Re: Adding a database-agnostic JSONField into Django

2019-10-19 Thread Johannes Wilm
Hey again, sorry, I just found https://github.com/django/django/pull/11452 . So I guess I'll wait for Django 3.1 in August 2020. Best, Johannes On Sat, Oct 19, 2019 at 9:22 AM Johannes Wilm wrote: > Hey, > I noticed that there is no news concerning a standard json field in the > 3.0 release not