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

Fixed #27143 -- Allowed combining SearchQuery with more than one & or | operators.

This commit is contained in:
Nicola Jordan
2016-08-25 10:36:49 +02:00
committed by Tim Graham
parent 40d5011471
commit 978a00e39f
3 changed files with 74 additions and 19 deletions

View File

@@ -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`).