Fixed #26285 -- Deprecated the MySQL-specific __search lookup.

This commit is contained in:
Marc Tamlyn 2015-06-05 12:31:44 +01:00 committed by Tim Graham
parent 04240b2365
commit 8ddc79a799
9 changed files with 46 additions and 10 deletions

View file

@ -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