gecBurton / djangorestframework-jsonschema

djangorestframework-jsonschema
ISC License
6 stars 0 forks source link

Django models.JSONField, instead Postgres specific JSON field #14

Open dkdndes opened 3 years ago

dkdndes commented 3 years ago

Django provides since 3.1 a DB independent "models.JSONfield"

New in Django 3.1.