LICENSE
README.md
pyproject.toml
requirements_test.txt
runtests.py
tox.ini
.github/workflows/publish.yml
.github/workflows/test.yml
django_custom_jsonfield/__init__.py
django_custom_jsonfield/fields.py
django_custom_jsonfield.egg-info/PKG-INFO
django_custom_jsonfield.egg-info/SOURCES.txt
django_custom_jsonfield.egg-info/dependency_links.txt
django_custom_jsonfield.egg-info/not-zip-safe
django_custom_jsonfield.egg-info/requires.txt
django_custom_jsonfield.egg-info/top_level.txt
django_custom_jsonfield/rest_framework/__init__.py
django_custom_jsonfield/rest_framework/openapi.py
django_custom_jsonfield/rest_framework/serializers.py
tests/__init__.py
tests/conftest.py
tests/test_model_field.py
tests/test_openapi_schema.py
tests/test_serializer_field.py