1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #31088 -- Added support for websearch searching in SearchQuery.

This commit is contained in:
James Turk
2019-12-13 15:10:33 -05:00
committed by Mariusz Felisiak
parent 972d93a95e
commit ff00a05347
6 changed files with 59 additions and 2 deletions

View File

@@ -97,6 +97,9 @@ Minor features
:class:`~django.db.models.SmallIntegerField`, and
:class:`~django.db.models.DecimalField`.
* :class:`~django.contrib.postgres.search.SearchQuery` now supports
``'websearch'`` search type on PostgreSQL 11+.
:mod:`django.contrib.redirects`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~