wagtail / wagtail.org

Wagtail’s official marketing website
https://wagtail.org/
66 stars 60 forks source link

Update import path for promoted search Query model #453

Closed thibaudcolas closed 7 months ago

thibaudcolas commented 7 months ago

Untested. See 5.0 release notes. Looking into this as part of a 500 error, but I have no idea if it’s enough:

File "/app/wagtailio/search/views.py", line 22, in search
    promoted_page_pks = query.editors_picks.all().values_list("page__pk", flat=True)
                        ^^^^^^^^^^^^^^^^^^^
AttributeError: 'Query' object has no attribute 'editors_picks'