LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
django_structured_json_field.egg-info/PKG-INFO
django_structured_json_field.egg-info/SOURCES.txt
django_structured_json_field.egg-info/dependency_links.txt
django_structured_json_field.egg-info/requires.txt
django_structured_json_field.egg-info/top_level.txt
structured/__init__.py
structured/apps.py
structured/fields.py
structured/settings.py
structured/urls.py
structured/views.py
structured/cache/__init__.py
structured/cache/cache.py
structured/cache/engine.py
structured/cache/rel_info.py
structured/contrib/restframework.py
structured/pydantic/__init__.py
structured/pydantic/conditionals.py
structured/pydantic/models.py
structured/pydantic/fields/__init__.py
structured/pydantic/fields/foreignkey.py
structured/pydantic/fields/queryset.py
structured/pydantic/fields/serializer.py
structured/static/js/structured-field-init.js
structured/templates/json-forms/widget.html
structured/utils/__init__.py
structured/utils/cast.py
structured/utils/context.py
structured/utils/dict.py
structured/utils/django.py
structured/utils/errors.py
structured/utils/getter.py
structured/utils/namespace.py
structured/utils/options.py
structured/utils/pydantic.py
structured/utils/replace.py
structured/utils/serializer.py
structured/utils/setter.py
structured/utils/typing.py
structured/widget/__init__.py
structured/widget/fields.py
structured/widget/widgets.py
tests/__init__.py
tests/test_admin_editor.py
tests/test_admin_search.py
tests/test_cache_edge_cases.py
tests/test_cache_engine.py
tests/test_conditionals.py
tests/test_error_mapper.py
tests/test_fieldserializers.py
tests/test_foreignkey_field.py
tests/test_max_depth_recursion.py
tests/test_queryset_field.py
tests/test_rest_framework.py
tests/test_shared_cache.py
tests/test_structured_field.py
tests/test_union_schema.py
tests/test_utils_cast.py
tests/test_utils_replace.py
tests/test_utils_typing.py
tests/fixtures/__init__.py
tests/utils/__init__.py
tests/utils/media.py