CHANGES
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
src/django_strategy_field.egg-info/PKG-INFO
src/django_strategy_field.egg-info/SOURCES.txt
src/django_strategy_field.egg-info/dependency_links.txt
src/django_strategy_field.egg-info/requires.txt
src/django_strategy_field.egg-info/top_level.txt
src/strategy_field/__init__.py
src/strategy_field/config.py
src/strategy_field/exceptions.py
src/strategy_field/fields.py
src/strategy_field/forms.py
src/strategy_field/registry.py
src/strategy_field/utils.py
src/strategy_field/validators.py
src/strategy_field/contrib/__init__.py
src/strategy_field/contrib/drf.py
tests/.coveragerc
tests/conftest.py
tests/test_base.py
tests/test_choice_as_class.py
tests/test_choice_as_instance.py
tests/test_classloader.py
tests/test_descriptors.py
tests/test_drf.py
tests/test_field.py
tests/test_form.py
tests/test_hash.py
tests/test_multiple.py
tests/test_multiple_custom.py
tests/test_raw_value.py
tests/test_registry.py
tests/test_utils.py
tests/test_validators.py
tests/demo/manage.py
tests/demo/demoproject/__init__.py
tests/demo/demoproject/backends.py
tests/demo/demoproject/classloader.py
tests/demo/demoproject/compat.py
tests/demo/demoproject/settings.py
tests/demo/demoproject/urls.py
tests/demo/demoproject/wsgi.py
tests/demo/demoproject/demoapp/__init__.py
tests/demo/demoproject/demoapp/admin.py
tests/demo/demoproject/demoapp/api.py
tests/demo/demoproject/demoapp/apps.py
tests/demo/demoproject/demoapp/models.py
tests/demo/demoproject/demoapp/migrations/0001_initial.py
tests/demo/demoproject/demoapp/migrations/__init__.py