django/tests/db_functions/math
Junyi Jiao a0b19a0f5b Refs #28643 -- Added math database functions.
Thanks Nick Pope for much review.
2018-07-05 11:02:12 -04:00
..
__init__.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_abs.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_acos.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_asin.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_atan.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_atan2.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_ceil.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_cos.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_cot.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_degrees.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_exp.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_floor.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_ln.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_log.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_mod.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_pi.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_power.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_radians.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_round.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_sin.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_sqrt.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00
test_tan.py Refs #28643 -- Added math database functions. 2018-07-05 11:02:12 -04:00