.coveragerc
.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.rst
manage.py
pyproject.toml
requirements.txt
requirements_dev.txt
requirements_test.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/tests.yml
django_json_widget/__init__.py
django_json_widget/apps.py
django_json_widget/models.py
django_json_widget/urls.py
django_json_widget/views.py
django_json_widget/widgets.py
django_json_widget.egg-info/PKG-INFO
django_json_widget.egg-info/SOURCES.txt
django_json_widget.egg-info/dependency_links.txt
django_json_widget.egg-info/not-zip-safe
django_json_widget.egg-info/top_level.txt
django_json_widget/static/css/django_json_widget.css
django_json_widget/static/dist/jsoneditor.min.css
django_json_widget/static/dist/jsoneditor.min.js
django_json_widget/static/dist/img/jsoneditor-icons.svg
django_json_widget/templates/django_json_widget.html
example/README.md
example/manage.py
example/requirements.txt
example/characters/__init__.py
example/characters/admin.py
example/characters/apps.py
example/characters/models.py
example/characters/tests.py
example/characters/views.py
example/characters/migrations/0001_initial.py
example/characters/migrations/0002_alter_character_data_alter_character_other_data.py
example/characters/migrations/__init__.py
example/example/__init__.py
example/example/settings.py
example/example/urls.py
example/example/wsgi.py
example/templates/django_json_widget/base.html
imgs/jsonfield_0.png
imgs/jsonfield_1.png
tests/__init__.py
tests/settings.py
tests/test_logic.py
tests/test_widget_security.py