django/tests/lookup
Mariusz Felisiak 4f6a51dfe6
Fixed lookup.tests.LookupTests.test_exclude() on PostgreSQL 16 beta 1.
Order doesn't matter for this test, and on PostgreSQL 16 "%" is ordered
before "_", so switch to sort by "pub_date".
2023-06-06 11:38:23 +02:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
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 lookup.tests.LookupTests.test_exclude() on PostgreSQL 16 beta 1. 2023-06-06 11:38:23 +02:00