-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing change log entries for updated many-to-many fields as part of deletes #14079
Comments
I believe this would be addressed by FR #14059. |
Ah yes! I tried to search for open issues, but couldn't find anything. Great timing how you just opened it 2 days ago :) |
Note: I also found this 12 year old Django bug that seems related: https://code.djangoproject.com/ticket/17688 |
It may be some time before we can tackle #14059 (assuming it's even feasible), so let's see if we can come with a fix in the interim. |
NetBox version
v3.6.4
Python version
3.8
Steps to Reproduce
Expected Behavior
This should result in two change log entries: one for the device role deletion and one for the update to the config context.
Observed Behavior
Only a single change log entry is created:
GET /api/extras/object-changes/?request_id=8f69edb2-918f-40da-ac13-2fd1b8d5a3e6
But the config context is updated:
Note: I believe this affects all models that use
ManyToManyField
relations.The text was updated successfully, but these errors were encountered: