Add created/updated times to DeviceType model #2131
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Issue type
[x] Feature request
[ ] Bug report
[ ] Documentation
Environment
Description
Unlike all other primary data models in NetBox, the DeviceType model does not record the time at which it is created and/or updated. It should inherit from the abstract model
utils.CreatedUpdatedModel
to include these fields.Because these fields cannot be null, they will be populated with the current date and time at the moment the migration is applied. (These can later be adjusted manually for each object via the NetBox command line if the user chooses to do so.)
The text was updated successfully, but these errors were encountered: