summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/functions.py
AgeCommit message (Collapse)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-09-11Fixed #28492 -- Defined default output_field of expressions at the class level.Simon Charette
This wasn't possible when settings were accessed during Field initialization time as our test suite setup script was triggering imports of expressions before settings were configured.
2017-04-25Fixed #27996 -- Added RandomUUID function and CryptoExtension to ↵Paolo Melchiorre
contrib.postgres.
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-05-18Fixed #25774 -- Refactor datetime expressions into public APIJosh Smeaton
2015-06-15Fixed #24894 -- Added contrib.postgres.functions.TransactionNowAdam Chainz