Changes between Version 1 and Version 2 of Ticket #36108, comment 1


Ignore:
Timestamp:
Jan 17, 2025, 1:17:37 PM (14 hours ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36108, comment 1

    v1 v2  
    1 [https://forum.djangoproject.com/t/avoiding-duplicate-entries-when-one-or-more-fields-are-none/37109 This the forum thread referred to in the report] which I assume could not be included due to spam filter configuration.
     1[https://forum.djangoproject.com/t/signal-does-not-pick-up-update-field-if-the-models-manager-filters-objects/37958 This the forum thread referred to in the report] which I assume could not be included due to spam filter configuration.
    22
    33There's something that doesn't add up in this report with regards to `update_fields` and I believe could be due to [https://docs.djangoproject.com/en/5.1/ref/signals/#post-save a misunderstanding of the feature]; the value provided to the save signal receiver is nothing more than what's passed to `Model.save(update_fields)` and not the the set of fields that were locally changed from their last persisted value.
Back to Top