diff options
| author | Marc Tamlyn <marc.tamlyn@gmail.com> | 2015-06-05 12:31:44 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-02 14:41:56 -0500 |
| commit | 8ddc79a7991685b9463b4f4db43fc4c064bc49f8 (patch) | |
| tree | 5edc9b85ec7ab1df1a30d210b061f20afd59adaa /docs/internals | |
| parent | 04240b23658f8935bbfebacccc23b5e47a1d6c22 (diff) | |
Fixed #26285 -- Deprecated the MySQL-specific __search lookup.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
