Changes between Initial Version and Version 1 of Ticket #28727, comment 3


Ignore:
Timestamp:
Oct 20, 2017, 6:08:11 PM (7 years ago)
Author:
Simon Charette

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).
     1Well aggregation [https://docs.djangoproject.com/en/1.11/ref/models/querysets/#aggregation-functions won't work on temporal data times as documented].
    22
    33> 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.
Back to Top