1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.

This commit is contained in:
Hannes Ljungberg
2019-11-19 14:59:06 +01:00
committed by Mariusz Felisiak
parent aee0bebc2f
commit 65ab4f9f03
5 changed files with 239 additions and 6 deletions

View File

@@ -108,6 +108,9 @@ Minor features
* :class:`~django.contrib.postgres.search.SearchQuery` now supports
``'websearch'`` search type on PostgreSQL 11+.
* The new :class:`~django.contrib.postgres.search.SearchHeadline` class allows
highlighting search results.
:mod:`django.contrib.redirects`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~