Changes between Initial Version and Version 1 of Ticket #33975, comment 8
- Timestamp:
- Sep 5, 2022, 8:49:25 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33975, comment 8
initial v1 1 If you're still struggling with the clone part of the patch it basically means that `Query.clone` must assign `obj.has_select_fields = True` when `if self.has_select_fields` 1 ~~If you're still struggling with the clone part of the patch it basically means that `Query.clone` must assign `obj.has_select_fields = True` when `if self.has_select_fields`~~ 2 3 This should not be necessary as it's a shallow attribute and it already gets carried over.