1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00
django/tests/lookup
Mariusz Felisiak 1e4da43955
Fixed lookup.tests.LookupTests.test_exact_none_transform() test on Oracle.
NulledTransform doesn't return TextField anymore so it cannot be
wrapped with DBMS_LOB.SUBSTR().

Test regression in 09ffc5c121.
2022-12-16 12:24:49 +01:00
..
__init__.py
models.py Fixed lookup.tests.LookupTests.test_exact_none_transform() test on Oracle. 2022-12-16 12:24:49 +01: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 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). 2022-10-08 08:07:38 +02:00