jrief / djangocms-cascade

Build Single Page Applications using the Django-CMS plugin system
MIT License
165 stars 85 forks source link

Why not using postgres JSONField instead of plugin django-jsonfield? #399

Closed svandeneertwegh closed 3 years ago

svandeneertwegh commented 3 years ago

I searched for from jsonfield.fields import JSONField

And replaced it with: from django.contrib.postgres.fields import JSONField

And worked like a charm!

I am curious of what you guys think of this.

jrief commented 3 years ago

django.contrib.postgres.fields.JSONField is deprecated and has been replaced by django.db.models.JSONField available since Django-3.1 in djangocms-cascade-2.0.