This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-31 12:49:21 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
db_functions
/
math
History
Nick Pope
06c5d3fafc
Fixed
#32060
-- Added Random database function.
2020-10-02 06:58:03 +02:00
..
__init__.py
…
test_abs.py
…
test_acos.py
…
test_asin.py
…
test_atan2.py
…
test_atan.py
…
test_ceil.py
…
test_cos.py
…
test_cot.py
…
test_degrees.py
…
test_exp.py
…
test_floor.py
…
test_ln.py
…
test_log.py
…
test_mod.py
…
test_pi.py
…
test_power.py
Fixed
#29500
-- Fixed SQLite function crashes on null values.
2018-09-10 15:08:55 -04:00
test_radians.py
…
test_random.py
Fixed
#32060
-- Added Random database function.
2020-10-02 06:58:03 +02:00
test_round.py
…
test_sign.py
…
test_sin.py
…
test_sqrt.py
…
test_tan.py
…