Browse Source

Update import of Query model to search_promotions

Matt Westcott 1 year ago
parent
commit
92c9ce2202
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bakerydemo/search/views.py

+ 1 - 1
bakerydemo/search/views.py

@@ -1,8 +1,8 @@
 from django.conf import settings
 from django.conf import settings
 from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator
 from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator
 from django.shortcuts import render
 from django.shortcuts import render
+from wagtail.contrib.search_promotions.models import Query
 from wagtail.models import Page
 from wagtail.models import Page
-from wagtail.search.models import Query
 
 
 from bakerydemo.blog.models import BlogPage
 from bakerydemo.blog.models import BlogPage
 from bakerydemo.breads.models import BreadPage
 from bakerydemo.breads.models import BreadPage