AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_mysql/__init__.py
django_mysql/apps.py
django_mysql/cache.py
django_mysql/checks.py
django_mysql/exceptions.py
django_mysql/forms.py
django_mysql/locks.py
django_mysql/monkey_patches.py
django_mysql/operations.py
django_mysql/rewrite_query.py
django_mysql/status.py
django_mysql/utils.py
django_mysql/validators.py
django_mysql.egg-info/PKG-INFO
django_mysql.egg-info/SOURCES.txt
django_mysql.egg-info/dependency_links.txt
django_mysql.egg-info/not-zip-safe
django_mysql.egg-info/requires.txt
django_mysql.egg-info/top_level.txt
django_mysql/management/__init__.py
django_mysql/management/commands/__init__.py
django_mysql/management/commands/cull_mysql_caches.py
django_mysql/management/commands/dbparams.py
django_mysql/management/commands/fix_datetime_columns.py
django_mysql/management/commands/mysql_cache_migration.py
django_mysql/models/__init__.py
django_mysql/models/aggregates.py
django_mysql/models/base.py
django_mysql/models/expressions.py
django_mysql/models/functions.py
django_mysql/models/handler.py
django_mysql/models/lookups.py
django_mysql/models/query.py
django_mysql/models/transforms.py
django_mysql/models/fields/__init__.py
django_mysql/models/fields/bit.py
django_mysql/models/fields/dynamic.py
django_mysql/models/fields/enum.py
django_mysql/models/fields/json.py
django_mysql/models/fields/lists.py
django_mysql/models/fields/sets.py
django_mysql/models/fields/sizes.py
django_mysql/test/__init__.py
django_mysql/test/utils.py
docs/Makefile
docs/aggregates.rst
docs/authors.rst
docs/cache.rst
docs/checks.rst
docs/conf.py
docs/contributing.rst
docs/database_functions.rst
docs/exceptions.rst
docs/exposition.rst
docs/field_lookups.rst
docs/form_fields.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/locks.rst
docs/make.bat
docs/migration_operations.rst
docs/queryset_extensions.rst
docs/status.rst
docs/test_utilities.rst
docs/utilities.rst
docs/validators.rst
docs/management_commands/dbparams.rst
docs/management_commands/fix_datetime_columns.rst
docs/management_commands/index.rst
docs/model_fields/dynamic_field.rst
docs/model_fields/enum_field.rst
docs/model_fields/index.rst
docs/model_fields/json_field.rst
docs/model_fields/list_fields.rst
docs/model_fields/null_bit1_boolean_fields.rst
docs/model_fields/resizable_text_binary_fields.rst
docs/model_fields/set_fields.rst
tests/__init__.py
tests/conftest.py
tests/settings.py
tests/urls.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