summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/functions.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2015-05-30Fixed #24699 -- Added aggregate support for DurationField on OracleJosh Smeaton