.gitignore
.travis.yml
CHANGES.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements.pip
setup.cfg
setup.py
tox.ini
django_tsvector_field.egg-info/PKG-INFO
django_tsvector_field.egg-info/SOURCES.txt
django_tsvector_field.egg-info/dependency_links.txt
django_tsvector_field.egg-info/top_level.txt
tests/tsvector_test_app/__init__.py
tests/tsvector_test_app/apps.py
tests/tsvector_test_app/settings.py
tests/tsvector_test_app/test_checks.py
tests/tsvector_test_app/test_migration.py
tests/tsvector_test_app/test_querying.py
tsvector_field/__init__.py
tsvector_field/apps.py
tsvector_field/fields.py
tsvector_field/operations.py
tsvector_field/query.py
tsvector_field/receivers.py
tsvector_field/schema.py