Object Changes
This model serves as a proxy for NetBox's native ObjectChange
model.
It does not introduce any new database fields. Rather, it implements several functions which assist in the application and reversal of changes from a branch (namely apply()
and undo()
).
Tip
There is typically no need to employ this model in external code. Use the NetBox's native ObjectChange
model instead.