Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -2/+2 |
| | |||||
* | Fixed #28492 -- Defined default output_field of expressions at the class level. | Simon Charette | 2017-09-11 | 1 | -10/+2 |
| | | | | | | 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. | ||||
* | Fixed #27996 -- Added RandomUUID function and CryptoExtension to ↵ | Paolo Melchiorre | 2017-04-25 | 1 | -1/+10 |
| | | | | contrib.postgres. | ||||
* | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Fixed #25774 -- Refactor datetime expressions into public API | Josh Smeaton | 2016-05-18 | 1 | -2/+1 |
| | |||||
* | Fixed #24894 -- Added contrib.postgres.functions.TransactionNow | Adam Chainz | 2015-06-15 | 1 | -0/+11 |