| Age | Commit message (Expand) | Author |
| 2025-12-12 | Fixed #36735 -- Added UUID4 and UUID7 database functions. | Lily Acorn |
| 2025-01-06 | Fixed #35718 -- Add JSONArray to django.db.models.functions. | John Parton |
| 2024-12-16 | Refs #35718, Refs #32179 -- Moved JSONObject to django.db.models.functions.json. | Sage Abdullah |
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot |
| 2020-12-02 | Fixed #32179 -- Added JSONObject database function. | Artur Beltsov |
| 2020-10-02 | Fixed #32060 -- Added Random database function. | Nick Pope |
| 2020-08-11 | Fixed #21181 -- Added Collate database function. | Tom Carrick |
| 2019-10-02 | Removed redundant names in django.db.models.functions.__all__. | Mariusz Felisiak |
| 2019-10-02 | Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l... | Anatol Ulrich |
| 2019-03-22 | Fixed #30271 -- Added the Sign database function. | Nick Pope |
| 2019-03-20 | Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct... | Nick Pope |
| 2019-02-21 | Refs #28643 -- Added MD5 database function. | Mariusz Felisiak |
| 2019-01-12 | Refs #28643 -- Added Reverse database function. | Nick Pope |
| 2019-01-10 | Refs #28643 -- Added NullIf database function. | Mads Jensen |
| 2018-08-18 | Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup. | Sigurd Ljødal |
| 2018-07-05 | Refs #28643 -- Added math database functions. | Junyi Jiao |
| 2018-04-03 | Refs #28643 -- Added Repeat database function. | Mariusz Felisiak |
| 2018-03-19 | Refs #28643 -- Added LPad and RPad database functions. | Mariusz Felisiak |
| 2018-03-15 | Refs #28643 -- Added LTrim, RTrim, and Trim database functions. | Mariusz Felisiak |
| 2018-02-23 | Refs #28643 -- Added Ord, Chr, Left, and Right database functions. | bobort |
| 2018-01-27 | Fixed #28650 -- Added TruncWeek database function. | Sigurd Ljødal |
| 2018-01-17 | Refs #28643 -- Added Replace database function. | Mads Jensen |
| 2017-10-13 | Refs #28643 -- Reorganized database functions. | Mariusz Felisiak |
| 2017-09-18 | Fixed #26608 -- Added support for window expressions (OVER clause). | Mads Jensen |
| 2017-06-08 | Fixed #28103 -- Added quarter extract, truncation, and lookup. | Mads Jensen |
| 2017-03-14 | Fixed #27834 -- Added StrIndex database function. | Brad Melin |
| 2016-11-11 | Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup. | Mads Jensen |
| 2016-07-08 | Fixed #26348 -- Added TruncTime and exposed it through the __time lookup. | Simon Charette |
| 2016-05-19 | Fixed some newlines in imports per isort. | Tim Graham |
| 2016-05-18 | Fixed #25774 -- Refactor datetime expressions into public API | Josh Smeaton |