1
0
mirror of https://github.com/django/django.git synced 2025-01-24 09:09:20 +00:00
django/tests/utils_tests
Simon Charette b81c7562fc Fixed #32717 -- Fixed filtering of querysets combined with the | operator.
Address a long standing bug in a Where.add optimization to discard
equal nodes that was surfaced by implementing equality for Lookup
instances in bbf141bcdc31f1324048af9233583a523ac54c94.

Thanks Shaheed Haque for the report.
2021-05-13 07:26:52 +02:00
..