doableware / djongo

Django and MongoDB database connector
https://www.djongomapper.com
GNU Affero General Public License v3.0
1.88k stars 355 forks source link

Compatibility with latest "jsonfield" (3.1.0) #403

Open jourdanrodrigues opened 4 years ago

jourdanrodrigues commented 4 years ago

Setting a JSONField having the latest jsonfield version shows up a message:

"jsoneditor" module not available, to enable json mode please run: "pip install djongo[json]"

For some reason, using djongo[json] didn't work to install the extra requirements and I'm sure the issue it's my environment (Docker Python-Alpine), so don't focus on that.

I just went to install django-jsoneditor and jsonfield and turns out jsonfield package doesn't have jsonfield.fields.JSONFormField.

a-kriya commented 4 years ago

395

eshaan7 commented 3 years ago

Related to https://github.com/nnseva/django-jsoneditor/issues/60