django/tests/db_functions/math
Mariusz Felisiak b150d99460 [2.2.x] Simplified test_transform()s in db_functions.math.
Backport of 258110d6cd from master.
2019-03-14 19:42:21 -04:00
..
__init__.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_abs.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_acos.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_asin.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_atan.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_atan2.py Fixed #29500 -- Fixed SQLite function crashes on null values. 2018-09-10 15:08:55 -04:00
test_ceil.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_cos.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_cot.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_degrees.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_exp.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_floor.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_ln.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_log.py Fixed #29500 -- Fixed SQLite function crashes on null values. 2018-09-10 15:08:55 -04:00
test_mod.py Fixed #29500 -- Fixed SQLite function crashes on null values. 2018-09-10 15:08:55 -04:00
test_pi.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_power.py Fixed #29500 -- Fixed SQLite function crashes on null values. 2018-09-10 15:08:55 -04:00
test_radians.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_round.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_sin.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_sqrt.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00
test_tan.py [2.2.x] Simplified test_transform()s in db_functions.math. 2019-03-14 19:42:21 -04:00