summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNicola Jordan <nic@hixi.ch>2016-08-25 10:36:49 +0200
committerTim Graham <timograham@gmail.com>2016-09-07 15:28:59 -0400
commit1f3c66fe9fd8c8e980ecda0a9917319f35ad6676 (patch)
tree52d0200161d64f17023ae8557ee1e63aac68775f /docs
parent9a03d30d94a6924ffdcdcc58dce267485ca393a2 (diff)
[1.10.x] Fixed #27143 -- Allowed combining SearchQuery with more than one & or | operators.
Backport of 978a00e39fee25cfa99065285b0de88366710fad from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.2.txt b/docs/releases/1.10.2.txt
index f3c574d7d1..bc11980053 100644
--- a/docs/releases/1.10.2.txt
+++ b/docs/releases/1.10.2.txt
@@ -11,3 +11,6 @@ Bugfixes
* Fixed a crash in MySQL database validation where ``SELECT @@sql_mode``
doesn't return a result (:ticket:`27180`).
+
+* Allowed combining ``contrib.postgres.search.SearchQuery`` with more than one
+ ``&`` or ``|`` operators (:ticket:`27143`).