summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/functions.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+2
* Fixed #28492 -- Defined default output_field of expressions at the class level.Simon Charette2017-09-111-10/+2
* Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...Paolo Melchiorre2017-04-251-1/+10
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Fixed #25774 -- Refactor datetime expressions into public APIJosh Smeaton2016-05-181-2/+1
* Fixed #24894 -- Added contrib.postgres.functions.TransactionNowAdam Chainz2015-06-151-0/+11