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