summaryrefslogtreecommitdiff
path: root/django/db/models/functions/__init__.py
AgeCommit message (Expand)Author
2019-01-12Refs #28643 -- Added Reverse database function.Nick Pope
2019-01-10Refs #28643 -- Added NullIf database function.Mads Jensen
2018-08-18Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.Sigurd Ljødal
2018-07-05Refs #28643 -- Added math database functions.Junyi Jiao
2018-04-03Refs #28643 -- Added Repeat database function.Mariusz Felisiak
2018-03-19Refs #28643 -- Added LPad and RPad database functions.Mariusz Felisiak
2018-03-15Refs #28643 -- Added LTrim, RTrim, and Trim database functions.Mariusz Felisiak
2018-02-23Refs #28643 -- Added Ord, Chr, Left, and Right database functions.bobort
2018-01-27Fixed #28650 -- Added TruncWeek database function.Sigurd Ljødal
2018-01-17Refs #28643 -- Added Replace database function.Mads Jensen
2017-10-13Refs #28643 -- Reorganized database functions.Mariusz Felisiak
2017-09-18Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen
2017-06-08Fixed #28103 -- Added quarter extract, truncation, and lookup.Mads Jensen
2017-03-14Fixed #27834 -- Added StrIndex database function.Brad Melin
2016-11-11Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.Mads Jensen
2016-07-08Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.Simon Charette
2016-05-19Fixed some newlines in imports per isort.Tim Graham
2016-05-18Fixed #25774 -- Refactor datetime expressions into public APIJosh Smeaton