1
0
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:
Jeremy Stretch
2016-06-22 10:19:00 -04:00
parent f42c0643e0
commit cb5991d5a6
8 changed files with 191 additions and 10 deletions

View File

@ -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