Make new custom Tag model a Changelog model #2926
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Milestone
Environment
Proposed Functionality
In 2.6, NetBox migrates to use its own custom
Tag
model in place of the vanilla taggit model. In line with this change, the new Tag model should be made to be a Changelog model.Use Case
Most all models in NetBox carry with them a changelog and since we now control the Tag model, this addition is trivial.
Database Changes
Tag
will subclassChangeLoggedModel
and thus gaincreated
andlast_updated
fields.External Dependencies
None
The text was updated successfully, but these errors were encountered: