We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a268b3 + 250a64c commit 21058a1Copy full SHA for 21058a1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## unreleased
4
+
5
+- Fix imports for compatability with Wagtail >= 5.0
6
7
## v1.1.1 (2023-12-18)
8
9
- Remove upper bound on Faker dependency
birdbath/processors/contrib/wagtail.py
@@ -1,5 +1,5 @@
from wagtail.contrib.forms.models import FormSubmission
-from wagtail.search.models import Query
+from wagtail.contrib.search_promotions.models import Query
from birdbath.processors import BaseModelDeleter
0 commit comments