Changes between Initial Version and Version 1 of Ticket #21760, comment 8
- Timestamp:
- Apr 8, 2014, 11:36:37 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21760, comment 8
initial v1 1 I am in the process of migrating an app from Django 1.5 to 1.6; this regression also affects us (it did not occur in 1.5).1 I am in the process of migrating an app from Django 1.5 to 1.6; this regression also affects us (it did not occur in Django 1.5). In one example this turns a query from 175 bytes into 66 kB, with a corresponding increase of query time, result set size and memory usage. 2 2 3 3 I can confirm that the attached patch fixes this issue when applied on top of Django 1.6.2. Can it be included in 1.6.3? 4