From c9651abaec18edfab1c99982635a081a6ce642b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20St=C3=A4hli?= Date: Wed, 12 Jun 2024 16:55:39 +0200 Subject: [PATCH] add missing source_pool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93f9884..f6c05fa 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ import html from django.utils.html import strip_tags from postgres_searchindex.base import MultiLanguageIndexSource from postgres_searchindex.contrib.djangocms.base import PlaceholderIndexSourceMixin +from postgres_searchindex.source_pool import source_pool from .models import Event