summaryrefslogtreecommitdiff
path: root/django/db/models/functions/comparison.py
AgeCommit message (Expand)Author
2019-01-14Simplified overriding source expressions in some database functions.Nick Pope
2019-01-10Refs #28643 -- Added NullIf database function.Mads Jensen
2019-01-08Simplified some imports for database functions.Nick Pope
2018-10-01Fixed #29767 -- Made date-related casts work on SQLiteClaude Paroz
2018-08-23Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena
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