LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_mssql_azure_backend.egg-info/PKG-INFO
django_mssql_azure_backend.egg-info/SOURCES.txt
django_mssql_azure_backend.egg-info/dependency_links.txt
django_mssql_azure_backend.egg-info/requires.txt
django_mssql_azure_backend.egg-info/top_level.txt
sql_server/__init__.py
sql_server/pyodbc/__init__.py
sql_server/pyodbc/base.py
sql_server/pyodbc/client.py
sql_server/pyodbc/compiler.py
sql_server/pyodbc/creation.py
sql_server/pyodbc/features.py
sql_server/pyodbc/functions.py
sql_server/pyodbc/introspection.py
sql_server/pyodbc/operations.py
sql_server/pyodbc/regex_clr.dll
sql_server/pyodbc/schema.py
sql_server/pyodbc/management/__init__.py
sql_server/pyodbc/management/commands/__init__.py
sql_server/pyodbc/management/commands/install_regex_clr.py
testapp/__init__.py
testapp/models.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/__init__.py
testapp/tests/__init__.py
testapp/tests/test_constraints.py
testapp/tests/test_expressions.py
testapp/tests/test_fields.py