MANIFEST.in
README.md
setup.py
django_sphinxql.egg-info/PKG-INFO
django_sphinxql.egg-info/SOURCES.txt
django_sphinxql.egg-info/dependency_links.txt
django_sphinxql.egg-info/requires.txt
django_sphinxql.egg-info/top_level.txt
sphinxql/__init__.py
sphinxql/apps.py
sphinxql/exceptions.py
sphinxql/fields.py
sphinxql/indexes.py
sphinxql/manager.py
sphinxql/query.py
sphinxql/sql.py
sphinxql/types.py
sphinxql/configuration/__init__.py
sphinxql/configuration/configurations.py
sphinxql/configuration/configurators.py
sphinxql/configuration/connection.py
sphinxql/configuration/constants.py
sphinxql/core/__init__.py
sphinxql/core/base.py
sphinxql/core/columns.py
sphinxql/core/lookups.py
sphinxql/core/query.py
sphinxql/management/__init__.py
sphinxql/management/commands/__init__.py
sphinxql/management/commands/index_sphinx.py
sphinxql/management/commands/start_sphinx.py
sphinxql/management/commands/stop_sphinx.py
tests/__init__.py
tests/settings_test.py
tests/settings_travis.py
tests/test_configurators.py
tests/test_expressions.py
tests/test_statements.py
tests/test_types.py
tests/foreign_relationships/__init__.py
tests/foreign_relationships/indexes.py
tests/foreign_relationships/models.py
tests/foreign_relationships/tests.py
tests/indexing/__init__.py
tests/indexing/indexes.py
tests/indexing/models.py
tests/indexing/tests.py
tests/query/__init__.py
tests/query/indexes.py
tests/query/models.py
tests/query/tests.py
tests/queryset/__init__.py
tests/queryset/indexes.py
tests/queryset/models.py
tests/queryset/test_search.py
tests/queryset/tests.py