Changes between Initial Version and Version 1 of Ticket #28344, comment 33
- Timestamp:
- Dec 11, 2023, 10:38:56 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28344, comment 33
initial v1 43 43 refresh_from_db(using='other', from_queryset=Author.objects.using('default')) # would use `other` 44 44 refresh_from_db(fields=['first_name'], from_queryset=Author.objects.only('last_name')) # would use ['first_name'] 45 }}} 45 46 46 47 Why do you think the addition of a `refresh_from_queryset` method is warranted?