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