From 8ddc79a7991685b9463b4f4db43fc4c064bc49f8 Mon Sep 17 00:00:00 2001 From: Marc Tamlyn Date: Fri, 5 Jun 2015 12:31:44 +0100 Subject: Fixed #26285 -- Deprecated the MySQL-specific __search lookup. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 81e3600bce..2da4b6d6bb 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -141,6 +141,9 @@ details on these changes. * Support for query lookups using the model name when ``Meta.default_related_name`` is set will be removed. +* The ``__search`` query lookup and the + ``DatabaseOperations.fulltext_search_sql()`` method will be removed. + .. _deprecation-removed-in-1.10: 1.10 -- cgit v1.3