Changes between Initial Version and Version 1 of Ticket #21760, comment 8


Ignore:
Timestamp:
Apr 8, 2014, 11:36:37 AM (10 years ago)
Author:
Marti Raudsepp

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).
     1I 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.
    22
    33I 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
Back to Top