NetBox version
v2.11.6
Python version
3.7
Steps to Reproduce
- Call
save() on an InventoryItem via Netbox Script:
it = InventoryItem.objects.all()[0]
it.save()
- Check changelog of the object
- The changelog only shows "Post-Change Data" and an empty "Pre-Change Data"
If I call .snapshot() before the "Pre-Change Data" is populated, and the UI shows "No difference".
Expected Behavior
Observed Behavior
An moot changelog entry is created.