.gitlab-ci.yml
LICENSE.rst
MANIFEST.in
README.md
pylint-requirements.txt
pylintrc
pypi-intro.rst
pytest.ini
setup.cfg
setup.py
tox.ini
versioneer.py
src/django_q3c/__init__.py
src/django_q3c/_version.py
src/django_q3c/expressions.py
src/django_q3c/indexes.py
src/django_q3c/operations.py
src/django_q3c.egg-info/PKG-INFO
src/django_q3c.egg-info/SOURCES.txt
src/django_q3c.egg-info/dependency_links.txt
src/django_q3c.egg-info/requires.txt
src/django_q3c.egg-info/top_level.txt
src/django_q3c/db/__init__.py
src/django_q3c/db/base.py
test_apps/q3c_db_test_manage.py
test_apps/q3c_test_manage.py
test_apps/q3c_db_test/__init__.py
test_apps/q3c_db_test/models.py
test_apps/q3c_db_test/settings.py
test_apps/q3c_db_test/migrations/__init__.py
test_apps/q3c_test/__init__.py
test_apps/q3c_test/models.py
test_apps/q3c_test/settings.py
test_apps/q3c_test/migrations/0001_initial.py
test_apps/q3c_test/migrations/__init__.py
tests/test_expressions.py
tests/test_index.py