Changes between Initial Version and Version 1 of Ticket #35984, comment 4
- Timestamp:
- Dec 8, 2024, 6:30:29 PM (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35984, comment 4
initial v1 18 18 19 19 Since Django models `__hash__` is driven by the pk, this is fundamentally incompatible with this optimization. 20 21 So more specifically, this bug then only occurs when the primary key is the same.