Changes between Initial Version and Version 1 of Ticket #36075, comment 5


Ignore:
Timestamp:
Jan 9, 2025, 6:02:14 AM (15 hours ago)
Author:
Sarah Boyce

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36075, comment 5

    initial v1  
    11From #36074
    22> 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
     4I 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.
Back to Top