.coveragerc
.gitignore
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
LICENSE
README.rst
checklist.rst
dev-requires.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/test.yml
django_redshift_backend/__init__.py
django_redshift_backend/base.py
django_redshift_backend/distkey.py
django_redshift_backend.egg-info/PKG-INFO
django_redshift_backend.egg-info/SOURCES.txt
django_redshift_backend.egg-info/dependency_links.txt
django_redshift_backend.egg-info/requires.txt
django_redshift_backend.egg-info/top_level.txt
doc/Makefile
doc/authors.rst
doc/basic.rst
doc/changes.rst
doc/conf.py
doc/dev.rst
doc/index.rst
doc/make.bat
doc/refs.rst
doc/requirements.txt
tests/conftest.py
tests/settings.py
tests/test_redshift_backend.py
tests/testapp/__init__.py
tests/testapp/models.py