django-json-widget icon indicating copy to clipboard operation
django-json-widget copied to clipboard

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)

Results 20 django-json-widget issues
Sort by recently updated
recently updated
newest added

* django-json-widget version: 1.0 * Django version: 3.0.4 * Python version: 3.6.10 * Operating System: Mac ### Description The widget doesn't appear to support the "disabled" html attribute. When I...

``` options.onChange = function () { var json = editor.get(); textarea.value=JSON.stringify(json); } ``` The above piece of code has nasty behavior. According to json-editor docs, editor.get() throws an [Exception](https://github.com/josdejong/jsoneditor/blob/master/docs/api.md#jsoneditorget) when...

* django-json-widget version: 1.1.1 * Django version: 3.1.x * Python version: 3.9 * Operating System: Mac, Linux ### Description Expected: Order of object keys is preserved as written What actually...

* django-json-widget version: 1.1.1 * Django version: 2.2 * Python version: 3.7 * Operating System: Ubuntu 20.04 ### What I want to do I am trying to customize the JSONEditor...

* django-json-widget version: django-json-widget==0.2.0 * Django version: Django==2.2.3 * Python version: Python 3.7.3 * Operating System: Ubuntu Added the app in INSTALLED_APPS Added the widget in the form If i...

* django-json-widget version: 1.0.0 * Django version: 2.2.12 * Python version: 3.8.2 * Operating System: Mac ### Description When I try to save an invalid json in this. Instead of...

* django-json-widget version: master/325ad3027b3915a2d41552c6e113453a9e56dd05 and 0.2.0 * Django version: 2.2.4 * Python version: 3.7.2 * Operating System: Debian Stretch ### Description To reproduce: - Enable JSONEditorWidget on a JSONField in...

* django-json-widget version: * Django version: 5.0.2 * Python version: 3.10 * Operating System: Ubuntu ### Description The widget doesn't display data if the JSONField contains a boolean value. It...

* django-json-widget version: 2.0.1 * Django version: 5.0.6 * Python version: 3.12.4 * Operating System: Debian ### Description Hello! I am using this library in some projects, but I found...

* django-json-widget version: * Django version: 3.2.20 * Python version: 3.8.10 * Operating System: Windows ### Description Hey, I was trying to use the allowSchemaSuggestions option from the jsoneditor package....