Changes between Initial Version and Version 1 of Ticket #36075, comment 5
- Timestamp:
- Jan 9, 2025, 6:02:14 AM (14 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36075, comment 5
initial v1 1 1 From #36074 2 2 > 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. 3 4 I am not sure how best to reword the title but I think this piece of work (checking the existing checks against the `primary_key` attribute and whether they should be using field in opts.pk_fields, as well as checking the decision to not setting this flag to True when included as a member of CompositePrimaryKey) could be part of this ticket, as this documentation should accompany those changes.