pull/1632/merge
Matt Westcott 2015-08-20 16:57:21 +01:00
rodzic 0bc723b53f
commit e73e21a827
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -85,5 +85,5 @@ To re-enable it, add :mod:`wagtail.contrib.wagtailsearchpromotions` to your ``IN
If you have references to the ``wagtail.wagtailsearch.models.EditorsPick`` model in your
project, you will need to update these to point to the :mod:`wagtail.contrib.wagtailsearchpromotions.models.SearchPromotion` model instead.
If you created your project using the ``wagtail start`` command with Wagtail 1.0.
You will probably have references to this model in the ``search/views.py`` file.
If you created your project using the ``wagtail start`` command with Wagtail 1.0,
you will probably have references to this model in the ``search/views.py`` file.