summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2024-04-05 23:08:49 -0400
committernessita <124304+nessita@users.noreply.github.com>2024-04-23 13:17:17 -0300
commit83f5478225588f31e7cbbfed63a4a2b936abc03f (patch)
tree8024a1a6871b67d16f5ba8df3ecd435f5e48afce /docs
parentbcad5ad92b1dad2874453dee7a480e9b9f29aad5 (diff)
Fixed #35356 -- Deferred self-referential foreign key fields adequately.
While refs #34612 surfaced issues with reverse one-to-one fields deferrals, it missed that switching to storing remote fields would break self-referential relationships. This change switches to storing related objects in the select mask instead of remote fields to prevent collisions when dealing with self-referential relationships that might have a different directional mask. Despite fixing #21204 introduced a crash under some self-referential deferral conditions, it was simply not working even before that as it aggregated the sets of deferred fields by model. Thanks Joshua van Besouw for the report and Mariusz Felisiak for the review.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions