Changes between Initial Version and Version 1 of Ticket #28727, comment 3
- Timestamp:
- Oct 20, 2017, 6:08:11 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28727, comment 3
initial v1 1 Well aggregation [ won't work on temporal data times as documented](https://docs.djangoproject.com/en/1.11/ref/models/querysets/#aggregation-functions).1 Well aggregation [https://docs.djangoproject.com/en/1.11/ref/models/querysets/#aggregation-functions won't work on temporal data times as documented]. 2 2 3 3 > SQLite can’t handle aggregation on date/time fields out of the box. This is because there are no native date/time fields in SQLite and Django currently emulates these features using a text field. Attempts to use aggregation on date/time fields in SQLite will raise NotImplementedError.