summaryrefslogtreecommitdiff
path: root/django/db/models/functions/comparison.py
AgeCommit message (Expand)Author
2018-01-17Fixed #28857 -- Fixed invalid SQL when using Cast with complex expressions on...hayashi
2017-12-27Fixed #28967 -- Prevented Cast to FloatField from rounding to integer on MySQL.Sergey Fedoseev
2017-10-13Refs #28643 -- Reorganized database functions.Mariusz Felisiak