.gitignore
.travis.yml
CHANGELOG.md
LICENSE
README.md
requirements.txt
setup.cfg
setup.py
django_jsonfield_compat.egg-info/PKG-INFO
django_jsonfield_compat.egg-info/SOURCES.txt
django_jsonfield_compat.egg-info/dependency_links.txt
django_jsonfield_compat.egg-info/not-zip-safe
django_jsonfield_compat.egg-info/top_level.txt
django_jsonfield_compat.egg-info/version.txt
jsonfield_compat/__init__.py
jsonfield_compat/compat.py
jsonfield_compat/convert.py
jsonfield_compat/fields.py
jsonfield_compat/forms.py
jsonfield_compat/util.py
tests/__init__.py
tests/runtests.py
tests/test_app/__init__.py
tests/test_app/apps.py
tests/test_app/json_encoder.py
tests/test_app/models.py
tests/test_app/settings_base.py
tests/test_app/settings_native.py
tests/test_app/settings_travis.py
tests/test_app/tests.py
tests/test_app/management/__init__.py
tests/test_app/management/commands/__init__.py
tests/test_app/management/commands/migrate.py