1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00
django/tests/db_functions/math
Tim Graham bb6114ce50
Added DatabaseFeatures.rounds_to_even.
This feature flag useful with MongoDB: "Rounding to the nearest even
value supports more even distribution of rounded data than always
rounding up or down."
2024-12-18 08:50:48 -03:00
..
__init__.py
test_abs.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_acos.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_asin.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_atan2.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_atan.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_ceil.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_cos.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_cot.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_degrees.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_exp.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_floor.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_ln.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_log.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_mod.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_pi.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_power.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_radians.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_random.py
test_round.py Added DatabaseFeatures.rounds_to_even. 2024-12-18 08:50:48 -03:00
test_sign.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_sin.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_sqrt.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_tan.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00