Changes between Initial Version and Version 8 of Ticket #28600


Ignore:
Timestamp:
Nov 26, 2017, 2:43:25 PM (6 years ago)
Author:
Adnan Umer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28600

    • Property Owner changed from nobody to Adnan Umer
    • Property Status newassigned
    • Property Triage Stage UnreviewedAccepted
    • Property Summary Prefetch Related Support in RawQuerySetAdd prefetch related support to RawQuerySet
    • Property Cc Дилян Палаузов added
    • Property Patch needs improvement set
    • Property Needs documentation set
  • Ticket #28600 – Description

    initial v8  
    33- There is no support to prefetch related models to increase performance
    44- Query results need to be cached manually
     5
     6
     7PS: __len__ & __bool__ implementation can also be added as that was not there because of no internal caching in RawQuerySet.
Back to Top