django-flat-json-widget
django-flat-json-widget copied to clipboard
Flat JSON widget for django, used and maintained by the OpenWISP project.
**Steps to replicate** 1. Using the raw JSON mode, enter the following data which contains a newline character (`\n`) ```json { "var1": "line1\nline2", } ``` 2. Save the object 3....
This widget looks very useful and exactly what I'm looking for, thank you for sharing this! Trying it out I ran into some trouble and wasn't able to get it...
Fixes #8 Fairly simple PR. Tested lightly. Breaks backwards compatibility for values that match a json primitive. A few examples: - When inputting `4`, what would be a `"4"` is...
Add frontend testing: - add row - delete row - toggle textarea - edit json from textarea - go back to widget mode and ensure the JSON edited from the...
Friends, this widget works with the JSON type. If you do not explicitly specify a quoted string, then you do not need to interpret the value as a string. Here...
When the widget is working as part of the TabularInline, other fields are hidden (style="display: none;") ``
Hi, Have a use case where I want to be able to edit either a string or a JSON object, both are valid Django JSONField options. If I have a...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.10.0 🔏 Anything fancy, eh? This time, @woodruffw💰 implemented support for PEP 740 attestations functionality in #236 and...
**[flat-json-widget] Preserve newline characters in input fields (#19)** ### Description: This PR fixes an issue where newline characters (`\n`) in input fields were being removed upon saving data through the...
- Drop support for Django 3.2 - Drop support for Python 3.8