django1/django/db/models/functions
Nick Pope 846624ed08 Refs #28643 -- Extracted DurationField logic for Avg() and Sum() into mixin.
Also addresses Sum() not handling the filter option correctly.
2019-01-14 14:39:57 -05:00
..
__init__.py Refs #28643 -- Added Reverse database function. 2019-01-12 10:45:48 -05:00
comparison.py Simplified overriding source expressions in some database functions. 2019-01-14 13:02:58 -05:00
datetime.py Corrected comment in TruncTime database function. 2019-01-14 13:02:58 -05:00
math.py Refs #28643 -- Moved db function mixins to a separate module. 2019-01-14 14:26:46 -05:00
mixins.py Refs #28643 -- Extracted DurationField logic for Avg() and Sum() into mixin. 2019-01-14 14:39:57 -05:00
text.py Avoided calling as_oracle() for SQLite in Left database function. 2019-01-14 13:02:58 -05:00
window.py Simplified some imports for database functions. 2019-01-08 19:21:31 -05:00