Skip to content

Commit 250a64c

Browse files
committed
fix wagtail processor imports for wagtail 5 compatability
1 parent 1a268b3 commit 250a64c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## unreleased
4+
5+
- Fix imports for compatability with Wagtail >= 5.0
6+
37
## v1.1.1 (2023-12-18)
48

59
- Remove upper bound on Faker dependency

birdbath/processors/contrib/wagtail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from wagtail.contrib.forms.models import FormSubmission
2-
from wagtail.search.models import Query
2+
from wagtail.contrib.search_promotions.models import Query
33

44
from birdbath.processors import BaseModelDeleter
55

0 commit comments

Comments
 (0)