Changes between Initial Version and Version 8 of Ticket #28600
- Timestamp:
- 11/26/17 20:43:25 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28600
-
Property
Status
changed from
new
toassigned
- Property Cc Дилян Палаузов added
- Property Patch needs improvement set
-
Property
Summary
changed from
Prefetch Related Support in RawQuerySet
toAdd prefetch related support to RawQuerySet
- Property Owner changed from nobody to Adnan Umer
- Property Needs documentation set
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Property
Status
changed from
-
Ticket #28600 – Description
initial v8 3 3 - There is no support to prefetch related models to increase performance 4 4 - Query results need to be cached manually 5 6 7 PS: __len__ & __bool__ implementation can also be added as that was not there because of no internal caching in RawQuerySet.