Changes between Initial Version and Version 1 of Ticket #36074


Ignore:
Timestamp:
Jan 8, 2025, 11:40:54 PM (21 hours ago)
Author:
Simon Charette
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36074 – Description

    initial v1  
    5858}}}
    5959
    60 and makes me fear there might be others lying around that went unnoticed.
     60and 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`.
Back to Top