Changes between Initial Version and Version 1 of Ticket #36074
- Timestamp:
- Jan 8, 2025, 11:40:54 PM (21 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36074 – Description
initial v1 58 58 }}} 59 59 60 and makes me fear there might be others lying around that went unnoticed. 60 and makes me fear there might be others lying around that went unnoticed. If you grep for `.primary_key` you'll notice that most of the checks against this field need to be adjusted to use `field in opts.pk_fields` instead which makes me wonder if we took the right decision by not setting this flag to `True` when included as a member of `CompositePrimaryKey`.