0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 01:22:07 +01:00

update 1.1.rst

This commit is contained in:
Himanshu Garg 2024-06-07 23:48:23 +05:30 committed by Matt Westcott
parent 9adf742580
commit de4eee4849

View File

@ -20,7 +20,7 @@ Usually, an operation that retrieves a QuerySet of pages (such as ``homepage.get
"Promoted search results" has moved into its own module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Previously, this was implemented in `~wagtail.wagtailsearch` but now has
Previously, this was implemented in ``wagtail.wagtailsearch`` but now has
been moved into a separate module: `wagtail.contrib.wagtailsearchpromotions`
Atomic rebuilding of Elasticsearch indexes
@ -28,7 +28,7 @@ Atomic rebuilding of Elasticsearch indexes
The Elasticsearch search backend now accepts an experimental ``ATOMIC_REBUILD`` flag which ensures that the existing search index continues to be available while the ``update_index`` task is running. See :ref:`wagtailsearch_backends_atomic_rebuild`.
The `~wagtail.contrib.wagtailapi` module now uses Django REST Framework
The ``wagtail.contrib.wagtailapi`` module now uses Django REST Framework
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ``wagtailapi`` module is now built on Django REST Framework and it now also has a `library of serialisers <https://github.com/wagtail/wagtail/blob/stable/1.1.x/wagtail/contrib/wagtailapi/serializers.py>`_ that you can use in your own REST Framework based APIs. No user-facing changes have been made.
@ -100,7 +100,7 @@ Bug fixes
Upgrade considerations
======================
"Promoted search results" no longer in `~wagtail.wagtailsearch`
"Promoted search results" no longer in ``wagtail.wagtailsearch``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This feature has moved into a contrib module so is no longer enabled by default.