Remove ChangeLoggedModel from StagedChange #14424
Labels
status: accepted
This issue has been accepted for implementation
type: deprecation
Removal of existing functionality or behavior
Milestone
Proposed Changes
Remove ChangeLoggedModel mixin from the StagedChange model. Marking this as a deprecation as it would remove functionality.
Justification
As per #13640 When doing staged change API it can result in numerous ChangeLoggedModels being produced - For example when ingesting some customer information using the staging method there can be up to 100k+ objects being altered. Deleting these takes very long due to the ChangeLoggedModel process.
Impact
Would regress in that no more ChangeLoggedModels would be produced for StagedChanges.
The text was updated successfully, but these errors were encountered: