--
Ticket URL: <https://code.djangoproject.com/ticket/26285>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/6208 PR]. As noted there, a
remaining problem is that the `__search` lookup is
[https://github.com/django/django/blob/d5f89ff6e873dbb2890ed05ce2aeae628792c8f7/django/contrib/admin/options.py#L888-L889
used by the admin]
for the `search_fields = ['@fieldname']` syntax. I think #26184 would
allow removing that code.
If we don't want to make that ticket a prerequisite of this one, I suppose
we could leave that code for now, even if the `search` lookup is removed
from Django itself.
--
Ticket URL: <https://code.djangoproject.com/ticket/26285#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"8ddc79a7991685b9463b4f4db43fc4c064bc49f8" 8ddc79a]:
{{{
#!CommitTicketReference repository=""
revision="8ddc79a7991685b9463b4f4db43fc4c064bc49f8"
Fixed #26285 -- Deprecated the MySQL-specific __search lookup.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26285#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"5139832398624be75ee5361a6fac9348fdb61093" 5139832]:
{{{
#!CommitTicketReference repository=""
revision="5139832398624be75ee5361a6fac9348fdb61093"
Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26285#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"0a0c24581ed7d75f68b33707c3a55eb775385cd1" 0a0c245]:
{{{
#!CommitTicketReference repository=""
revision="0a0c24581ed7d75f68b33707c3a55eb775385cd1"
Refs #26285 -- Removed postgresql's unused
DatabaseOperations.fulltext_search_sql().
Should have been removed in 5139832398624be75ee5361a6fac9348fdb61093.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26285#comment:4>