Changes between Initial Version and Version 1 of Ticket #36093, comment 4
- Timestamp:
- Jan 13, 2025, 10:21:05 AM (30 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36093, comment 4
initial v1 13 13 Oops, yep, sorry – I was in a rush! 14 14 15 The `OneToOneField` is there, but the real PK in the parent model isn't. 15 The `OneToOneField` is there, but the real PK in the parent model isn't. Not sure how it was before, but `_get_unique_checks` returns both the `OneToOneField` and the parent pk.