summaryrefslogtreecommitdiff
path: root/django/db/models/functions/math.py
AgeCommit message (Expand)Author
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