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 &g

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

2018-03-08 Thread Johannes Wilm
Hey, is anyone working on this? Have this patchwork of solutions for different databases systems in additionally the uncertainty associated with not knowing which of the postgresql solutions will survive in the long run really makes it a difficult decision to switch to anyone of these from a p