Changes between Initial Version and Version 1 of Ticket #25496, comment 5


Ignore:
Timestamp:
Oct 3, 2015, 1:40:33 PM (9 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25496, comment 5

    initial v1  
    1 Hmm it looks like it might be a regression in `1.8` by the fix for #23623 (fa534b92dda0771661a98a1ca302ced264d0a6da) which introduced the use of `iterator()` to reduce memory usage.
     1Hmm it looks like it might be a regression in `1.8` cause by the fix for #23623 (fa534b92dda0771661a98a1ca302ced264d0a6da) which introduced the use of `iterator()` to reduce memory usage.
    22
    33From the `prefetch_related` [https://docs.djangoproject.com/en/1.8/ref/models/querysets/#prefetch-related docs]
Back to Top