django/tests/db_functions/comparison
Tom Carrick 63300f7e68 Fixed #21181 -- Added Collate database function.
Thanks Simon Charette for reviews.
2020-08-11 22:21:08 +02:00
..
__init__.py Reorganized comparison db function tests. 2018-08-16 16:04:39 -04:00
test_cast.py Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
test_coalesce.py Reorganized comparison db function tests. 2018-08-16 16:04:39 -04:00
test_collate.py Fixed #21181 -- Added Collate database function. 2020-08-11 22:21:08 +02:00
test_greatest.py Reorganized comparison db function tests. 2018-08-16 16:04:39 -04:00
test_least.py Reorganized comparison db function tests. 2018-08-16 16:04:39 -04:00
test_nullif.py Refs #28643 -- Added NullIf database function. 2019-01-10 12:10:12 -05:00