mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Extended primary models to include 'created' and 'last_updated' fields
This commit is contained in:
@ -11,6 +11,7 @@ from django.db import models
|
||||
from django.utils.encoding import force_bytes
|
||||
|
||||
from dcim.models import Device
|
||||
from utilities.models import CreatedUpdatedModel
|
||||
|
||||
from .hashers import SecretValidationHasher
|
||||
|
||||
|
Reference in New Issue
Block a user