summaryrefslogtreecommitdiff
path: root/django/db/models/functions/math.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().Simon Charette2022-10-061-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-60/+75
* Fixed #31487 -- Added precision argument to Round().Nick Pope2021-03-291-2/+16
* Fixed #26390 -- Disabled grouping by Random().Étienne Beaulé2020-10-211-0/+3
* Fixed #32060 -- Added Random database function.Nick Pope2020-10-021-0/+14
* Fixed #30271 -- Added the Sign database function.Nick Pope2019-03-221-0/+5
* Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.Tim Graham2019-02-041-4/+2
* Refs #28643 -- Moved db function mixins to a separate module.Nick Pope2019-01-141-42/+21
* Simplified some imports for database functions.Nick Pope2019-01-081-3/+3
* Refs #28643 -- Skipped ATan2() workaround on SpatiaLite 5+.Nick Pope2018-11-301-2/+4
* Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena2018-08-231-16/+24
* Refs #28643 -- Added math database functions.Junyi Jiao2018-07-051-0/+174