LICENSE.txt
MANIFEST.in
NOTICE.md
README.md
setup.cfg
setup.py
mssql/__init__.py
mssql/base.py
mssql/client.py
mssql/compiler.py
mssql/creation.py
mssql/features.py
mssql/functions.py
mssql/introspection.py
mssql/operations.py
mssql/regex_clr.dll
mssql/schema.py
mssql/management/__init__.py
mssql/management/commands/__init__.py
mssql/management/commands/install_regex_clr.py
mssql_django.egg-info/PKG-INFO
mssql_django.egg-info/SOURCES.txt
mssql_django.egg-info/dependency_links.txt
mssql_django.egg-info/requires.txt
mssql_django.egg-info/top_level.txt
testapp/__init__.py
testapp/models.py
testapp/runners.py
testapp/settings.py
testapp/migrations/0001_initial.py
testapp/migrations/0002_test_unique_nullable_part1.py
testapp/migrations/0003_test_unique_nullable_part2.py
testapp/migrations/0004_test_issue45_unique_type_change_part1.py
testapp/migrations/0005_test_issue45_unique_type_change_part2.py
testapp/migrations/0006_test_remove_onetoone_field_part1.py
testapp/migrations/0007_test_remove_onetoone_field_part2.py
testapp/migrations/0008_test_drop_table_with_foreign_key_reference_part1.py
testapp/migrations/0009_test_drop_table_with_foreign_key_reference_part2.py
testapp/migrations/0010_pizza_topping.py
testapp/migrations/0011_test_unique_constraints.py
testapp/migrations/__init__.py
testapp/tests/__init__.py
testapp/tests/test_constraints.py
testapp/tests/test_expressions.py
testapp/tests/test_fields.py
testapp/tests/test_lookups.py