index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
functions
/
math.py
Age
Commit message (
Expand
)
Author
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-10-06
Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
Simon Charette
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-03-29
Fixed #31487 -- Added precision argument to Round().
Nick Pope
2020-10-21
Fixed #26390 -- Disabled grouping by Random().
Étienne Beaulé
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2019-03-22
Fixed #30271 -- Added the Sign database function.
Nick Pope
2019-02-04
Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.
Tim Graham
2019-01-14
Refs #28643 -- Moved db function mixins to a separate module.
Nick Pope
2019-01-08
Simplified some imports for database functions.
Nick Pope
2018-11-30
Refs #28643 -- Skipped ATan2() workaround on SpatiaLite 5+.
Nick Pope
2018-08-23
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
priyanshsaxena
2018-07-05
Refs #28643 -- Added math database functions.
Junyi Jiao