LICENSE
MANIFEST.in
README.rst
runtests.py
setup.cfg
setup.py
django_pg_fts.egg-info/PKG-INFO
django_pg_fts.egg-info/SOURCES.txt
django_pg_fts.egg-info/dependency_links.txt
django_pg_fts.egg-info/top_level.txt
docs/conf.py
docs/index.rst
docs/install.rst
docs/migrations.rst
docs/pg_fts.rst
docs/ranks.rst
docs/tsvector_field.rst
docs/tutorial.rst
pg_fts/__init__.py
pg_fts/aggregates.py
pg_fts/fields.py
pg_fts/introspection.py
pg_fts/migrations.py
pg_fts/models.py
pg_fts/ranks.py
pg_fts/utils.py
testapp/__init__.py
testapp/models.py
testapp/migrations/0001_initial.py
testapp/migrations/__init__.py
testapp/migrations_index/0001_initial.py
testapp/migrations_index/0002_create_model.py
testapp/migrations_index/0003_create_index.py
testapp/migrations_index/0004_create_trigger.py
testapp/migrations_index/0005_delete_trigger_index_model.py
testapp/migrations_index/__init__.py
testapp/migrations_multidict/0001_initial.py
testapp/migrations_multidict/0002_create_model.py
testapp/migrations_multidict/0003_create_index.py
testapp/migrations_multidict/0004_create_trigger.py
testapp/migrations_multidict/0005_delete_trigger_index_model.py
testapp/migrations_multidict/__init__.py
testapp/tests/__init__.py
testapp/tests/test_annotation.py
testapp/tests/test_checks.py
testapp/tests/test_migrations.py
testapp/tests/test_query.py