jmrivas86 / django-json-widget

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)
MIT License
433 stars 88 forks source link

Widget does not work in inlines with grappelli admin #69

Open Object905 opened 2 years ago

Object905 commented 2 years ago

Description

Widget is not editable when used in inlines with grappelli installed

In tablular inlines: image

In stacked inlines: image

tortila commented 7 months ago

I ran into this issue as well (using vanilla Django admin, not grapelli).

django-json-widget==1.1.1 Django 4.2.10 Python 3.11.4