summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/functions.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-4/+8
* Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis2017-02-011-6/+4
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Fixed #24699 -- Added aggregate support for DurationField on OracleJosh Smeaton2015-05-301-0/+24