Changes between Initial Version and Version 1 of Ticket #33841, comment 3
- Timestamp:
- Jul 13, 2022, 3:10:27 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33841, comment 3
initial v1 6 6 7 7 The code I put up above does not omit any ORM-level action, I've stopped the debugger one line before the `update()` call and the queryset size is > 0, only after I call the `update()` the queryset size becomes 0 (I'm not doing ANY filtering when doing the `update()` call, so that seems non-sensical). 8 9 In any case, I don't think an update should fail silently.