Re: Optimization for get_search_results() in admin

2021-10-24 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
I remain +1 to the change I can see how we could claim this is "an implementation detail". But I think we should also be sympathetic to the idea that this change may break many workflows If folks really want the old behavior they can customize and then impose > some limits to prevent excessive jo

Re: Optimization for get_search_results() in admin

2021-10-24 Thread Jacob Walls
Hi list, I came to suggest a resolution for the above: the potential for impossible (or resource-gobbling) queries in admin changelist searches. (Ticket ) Several folks have proposed the same solution: AND’ing Q objects together rather than chain