django1/django/db/models/functions
Simon Charette 08654a99bb Fixed #28492 -- Defined default output_field of expressions at the class level.
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-09-11 12:22:39 -04:00
..
__init__.py Fixed #28103 -- Added quarter extract, truncation, and lookup. 2017-06-08 15:15:29 -04:00
base.py Fixed #28492 -- Defined default output_field of expressions at the class level. 2017-09-11 12:22:39 -04:00
datetime.py Fixed #28492 -- Defined default output_field of expressions at the class level. 2017-09-11 12:22:39 -04:00