django/tests/lookup
Mariusz Felisiak 779cd28acb
Fixed #34840 -- Avoided casting string base fields on PostgreSQL.
Thanks Alex Vandiver for the report.

Regression in 09ffc5c121.
2023-09-22 06:01:11 +02:00
..
__init__.py
models.py Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on Oracle. 2023-05-08 19:34:30 +02:00
test_decimalfield.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_lookups.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_timefield.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Fixed #34840 -- Avoided casting string base fields on PostgreSQL. 2023-09-22 06:01:11 +02:00