openteamsinc / scrud-django

A Django application for SCRUD REST services. Semantic REST API generation.
https://openteamsinc.github.io/scrud-django/
0 stars 0 forks source link

Define a better approach for json field #10

Open xmnlab opened 4 years ago

xmnlab commented 4 years ago

We are changing the native django postgres json field to something more flexible.

for now, we will use django-jsonfield library (https://pypi.org/project/django-jsonfield/), but as it is not recommended anymore we maybe should implement our own field (https://medium.com/@philamersune/using-postgresql-jsonfield-in-sqlite-95ad4ad2e5f1)