Changes between Initial Version and Version 1 of Ticket #35890, comment 12
- Timestamp:
- Mar 16, 2026, 6:39:07 AM (42 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35890, comment 12
initial v1 1 Just submitted a PR https://github.com/django/django/pull/20920 with an updated approach based on Simon's suggestion in comment #3.Instead of switching to `concrete_fields` unconditionally, this only includes parent `pre_save` fields when the parent model has at least one field being explicitly updated in `defaults`.1 Just submitted a PR https://github.com/django/django/pull/20920 with an updated approach based on Simon's suggestion in comment comment:3 Instead of switching to `concrete_fields` unconditionally, this only includes parent `pre_save` fields when the parent model has at least one field being explicitly updated in `defaults`.