Skip to content

v0.8.0

Latest

Choose a tag to compare

@qcoumes qcoumes released this 24 Nov 22:30
· 1 commit to master since this release
  • Add --using and --database options to the CLI to respectively specify which
    OpenSearch and database connection to use (#87).

BREAKING CHANGES:

  • django_opensearch_dsl.documents.Document.get_queryset now take an optional alias argument to specify which
    database connection to use.
  • django_opensearch_dsl.documents.Document.get_indexing_queryset now take an optional alias argument to specify
    which database connection to use.