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:26:52 -0400
commit978a00e39fee25cfa99065285b0de88366710fad (patch)
tree80f358c35803e5f64ae893c1149a42c6099456ee /docs
parent40d501147176352b694ec8b67b09127b20193ad2 (diff)
Fixed #27143 -- Allowed combining SearchQuery with more than one & or | operators.
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`).