AUTHORS.txt
CODE_OF_CONDUCT.md
LICENSE.txt
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
django_haystack_opensearch/__init__.py
django_haystack_opensearch/apps.py
django_haystack_opensearch/forms.py
django_haystack_opensearch/haystack.py
django_haystack_opensearch/logging.py
django_haystack_opensearch/models.py
django_haystack_opensearch/py.typed
django_haystack_opensearch/settings.py
django_haystack_opensearch/signals.py
django_haystack_opensearch/types.py
django_haystack_opensearch/urls.py
django_haystack_opensearch/views.py
django_haystack_opensearch.egg-info/PKG-INFO
django_haystack_opensearch.egg-info/SOURCES.txt
django_haystack_opensearch.egg-info/dependency_links.txt
django_haystack_opensearch.egg-info/requires.txt
django_haystack_opensearch.egg-info/top_level.txt
django_haystack_opensearch/tests/__init__.py
django_haystack_opensearch/tests/conftest.py
django_haystack_opensearch/tests/test_advanced_features.py
django_haystack_opensearch/tests/test_advanced_features_extra.py
django_haystack_opensearch/tests/test_backend_core.py
django_haystack_opensearch/tests/test_facets.py
django_haystack_opensearch/tests/test_index_management.py
django_haystack_opensearch/tests/test_integration.py
django_haystack_opensearch/tests/test_query_building.py
django_haystack_opensearch/tests/test_search_operations.py
django_haystack_opensearch/tests/test_sorting.py
django_haystack_opensearch/tests/test_spelling.py
doc/source/__init__.py
doc/source/conf.py
sandbox/manage.py
sandbox/demo/__init__.py
sandbox/demo/gunicorn_config.py
sandbox/demo/logging.py
sandbox/demo/settings.py
sandbox/demo/settings_docker.py
sandbox/demo/urls.py
sandbox/demo/wsgi.py
sandbox/demo/core/__init__.py
sandbox/demo/core/admin.py
sandbox/demo/core/apps.py
sandbox/demo/core/forms.py
sandbox/demo/core/importers.py
sandbox/demo/core/models.py
sandbox/demo/core/search_indexes.py
sandbox/demo/core/tests.py
sandbox/demo/core/urls.py
sandbox/demo/core/views.py
sandbox/demo/core/wildewidgets.py
sandbox/demo/core/management/commands/__init__.py
sandbox/demo/core/management/commands/bootstrap.py
sandbox/demo/core/management/commands/import_play.py
sandbox/demo/core/migrations/0001_initial.py
sandbox/demo/core/migrations/0002_add_play_and_speech_fields.py
sandbox/demo/core/migrations/0003_alter_act_name_alter_act_order_alter_act_play_and_more.py
sandbox/demo/core/migrations/0004_alter_scene_unique_together_scene_play_and_more.py
sandbox/demo/core/migrations/0005_load_play_fixtures.py
sandbox/demo/core/migrations/__init__.py
sandbox/demo/users/__init__.py
sandbox/demo/users/apps.py
sandbox/demo/users/context_processors.py
sandbox/demo/users/models.py
sandbox/demo/users/tests.py
sandbox/demo/users/migrations/0001_initial.py
sandbox/demo/users/migrations/0002_load_fixture.py
sandbox/demo/users/migrations/__init__.py
sandbox/etc/ipython_config.py