CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
src/django_mysql/__init__.py
src/django_mysql/apps.py
src/django_mysql/cache.py
src/django_mysql/checks.py
src/django_mysql/compat.py
src/django_mysql/exceptions.py
src/django_mysql/forms.py
src/django_mysql/locks.py
src/django_mysql/monkey_patches.py
src/django_mysql/operations.py
src/django_mysql/rewrite_query.py
src/django_mysql/status.py
src/django_mysql/utils.py
src/django_mysql/validators.py
src/django_mysql.egg-info/PKG-INFO
src/django_mysql.egg-info/SOURCES.txt
src/django_mysql.egg-info/dependency_links.txt
src/django_mysql.egg-info/not-zip-safe
src/django_mysql.egg-info/requires.txt
src/django_mysql.egg-info/top_level.txt
src/django_mysql/management/__init__.py
src/django_mysql/management/commands/__init__.py
src/django_mysql/management/commands/cull_mysql_caches.py
src/django_mysql/management/commands/dbparams.py
src/django_mysql/management/commands/fix_datetime_columns.py
src/django_mysql/management/commands/mysql_cache_migration.py
src/django_mysql/models/__init__.py
src/django_mysql/models/aggregates.py
src/django_mysql/models/base.py
src/django_mysql/models/expressions.py
src/django_mysql/models/functions.py
src/django_mysql/models/handler.py
src/django_mysql/models/lookups.py
src/django_mysql/models/query.py
src/django_mysql/models/transforms.py
src/django_mysql/models/fields/__init__.py
src/django_mysql/models/fields/bit.py
src/django_mysql/models/fields/dynamic.py
src/django_mysql/models/fields/enum.py
src/django_mysql/models/fields/json.py
src/django_mysql/models/fields/lists.py
src/django_mysql/models/fields/sets.py
src/django_mysql/models/fields/sizes.py
src/django_mysql/test/__init__.py
src/django_mysql/test/utils.py
tests/__init__.py
tests/conftest.py
tests/settings.py
tests/urls.py
tests/db_backend/__init__.py
tests/db_backend/base.py
tests/testapp/__init__.py
tests/testapp/models.py
tests/testapp/routers.py
tests/testapp/test_aggregates.py
tests/testapp/test_bit1_field.py
tests/testapp/test_cache.py
tests/testapp/test_checks.py
tests/testapp/test_dynamicfield.py
tests/testapp/test_enumfield.py
tests/testapp/test_forms.py
tests/testapp/test_functions.py
tests/testapp/test_handler.py
tests/testapp/test_jsonfield.py
tests/testapp/test_listcharfield.py
tests/testapp/test_listtextfield.py
tests/testapp/test_locks.py
tests/testapp/test_lookups.py
tests/testapp/test_models.py
tests/testapp/test_operations.py
tests/testapp/test_rewrite_query.py
tests/testapp/test_setcharfield.py
tests/testapp/test_settextfield.py
tests/testapp/test_size_fields.py
tests/testapp/test_status.py
tests/testapp/test_test_utils.py
tests/testapp/test_utils.py
tests/testapp/utils.py
tests/testapp/enum_default_migrations/0001_initial.py
tests/testapp/enum_default_migrations/0002_add_some_fields.py
tests/testapp/enum_default_migrations/0003_remove_some_fields.py
tests/testapp/enum_default_migrations/__init__.py
tests/testapp/list_default_migrations/0001_initial.py
tests/testapp/list_default_migrations/0002_add_some_fields.py
tests/testapp/list_default_migrations/__init__.py
tests/testapp/management/__init__.py
tests/testapp/management/commands/__init__.py
tests/testapp/management/commands/test_dbparams.py
tests/testapp/management/commands/test_fix_datetime_columns.py
tests/testapp/set_default_migrations/0001_initial.py
tests/testapp/set_default_migrations/0002_add_some_fields.py
tests/testapp/set_default_migrations/__init__.py
tests/testapp/sizedbinaryfield_migrations/0001_initial.py
tests/testapp/sizedbinaryfield_migrations/0002_alter_field.py
tests/testapp/sizedbinaryfield_migrations/__init__.py
tests/testapp/sizedtextfield_migrations/0001_initial.py
tests/testapp/sizedtextfield_migrations/0002_alter_field.py
tests/testapp/sizedtextfield_migrations/__init__.py