Changes between Initial Version and Version 1 of Ticket #31666, comment 1
- Timestamp:
- Jun 5, 2020, 11:08:52 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31666, comment 1
initial v1 1 1 To my mind the duplicate objects in memory is kinda a feature. 2 Specifically it seems desirable to me that a prefetch related clause only changes performance not behaviour. Particularly it seems concerning that adding a prefetch_related to this (very contrived) example would change it's behaviour :2 Specifically it seems desirable to me that a prefetch related clause only changes performance not behaviour. Particularly it seems concerning that adding a prefetch_related to this (very contrived) example would change it's behaviour in the case where author1 and author2 happen to be the same author: 3 3 4 4 {{{