Changes between Initial Version and Version 4 of Ticket #22128
- Timestamp:
- Feb 23, 2014, 8:25:04 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22128
- Property Owner removed
-
Ticket #22128 – Description
initial v4 26 26 Therefore, any queryset instantiated by a sqlite3 backend that uses the aggregation features described in the Django documentation [https://docs.djangoproject.com/en/dev/topics/db/aggregation/ Aggregation guide] will most probably return incorrect results. The problem has been time consuming to debug, as the origin is not immediately clear. 27 27 28 The master ticket for this issue appears to be # 21179. The duplicated #22117 was recently open, but it is expected that more will come.28 The master ticket for this issue appears to be #18247. The duplicated #22117 was recently open, but it is expected that more will come. 29 29 30 30 Therefore, I recommend that a warning message be included after the first few paragraphs of the [https://docs.djangoproject.com/en/dev/topics/db/aggregation/ Aggregation guide], that provides an explanation of the problem.