Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for skip_history_when_saving in M2M fields #1365

Open
ay5000 opened this issue Jul 3, 2024 · 0 comments · May be fixed by #1387
Open

Add support for skip_history_when_saving in M2M fields #1365

ay5000 opened this issue Jul 3, 2024 · 0 comments · May be fixed by #1387

Comments

@ay5000
Copy link

ay5000 commented Jul 3, 2024

Problem Statement
skip_history_when_saving works great for regular fields in history, but I would like the ability to update m2m fields without saving history.

Describe the solution you'd like
Add support for m2m fields during add/remove with a flag similar to skip_history_when_saving

Describe alternatives you've considered
Only approach right now is to not track m2m fields/track them separately in order to avoid unneeded history for my use case.

@ddabble ddabble linked a pull request Sep 10, 2024 that will close this issue
11 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant