Object changes are not logged after upgrade to v4.1.9 #18260
Closed
Description
Deployment Type
Self-hosted
Triage priority
N/A
NetBox Version
v4.1.9
Python Version
3.12
Steps to Reproduce
- [v4.1.8] Create site "Testsite1" with slug "testsite1" and otherwise default values
- [v4.1.8] Edit site "Testsite1", enter "hello" in the Description field, and save
- [v4.1.8] Delete site "Testsite1"
- Upgrade to v4.1.9
- [v4.1.9] Create site "Testsite2" with slug "testsite2" and otherwise default values
- [v4.1.9] Edit site "Testsite2", enter "hello" in the Description field, and save
- [v4.1.9] Delete site "Testsite2"
Expected Behavior
All 6 changes are found in the Changelog.
Observed Behavior
Only changes made in reproduction steps 1-3 (i.e. before we upgraded to v4.1.9) are found in the Changelog.