1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/tests/lookup
Roman 407fe95cb1 Fixed #32691 -- Made Exact lookup on BooleanFields compare directly to a boolean value on MySQL.
Performance regression in 37e6c5b79b.

Thanks Todor Velichkov for the report.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-11-02 21:30:21 +01:00
..
__init__.py
models.py
test_decimalfield.py
test_lookups.py Refs #24121 -- Added __repr__() to Lookup. 2021-05-24 07:32:25 +02:00
test_timefield.py
tests.py Fixed #32691 -- Made Exact lookup on BooleanFields compare directly to a boolean value on MySQL. 2021-11-02 21:30:21 +01:00