CHANGES
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
requirements/develop.pip
requirements/install.any.pip
requirements/testing.pip
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/not-zip-safe
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/fields.py
src/strategy_field/forms.py
src/strategy_field/registry.py
src/strategy_field/utils.py
tests/.coveragerc
tests/conftest.py
tests/test_choice_as_class.py
tests/test_choice_as_instance.py
tests/test_form.py
tests/test_multiple.py
tests/test_multiple_custom.py
tests/test_registry.py
tests/demo/manage.py
tests/demo/demoproject/__init__.py
tests/demo/demoproject/backends.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/apps.py
tests/demo/demoproject/demoapp/models.py