mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-21 12:52:21 -06:00
initial pass on migrating to custom tag model with color and comments fields
This commit is contained in:
@@ -4,10 +4,9 @@ import uuid
|
||||
from django.contrib.auth.models import User
|
||||
from django.test import Client, TestCase
|
||||
from django.urls import reverse
|
||||
from taggit.models import Tag
|
||||
|
||||
from dcim.models import Site
|
||||
from extras.models import ConfigContext, ObjectChange
|
||||
from extras.models import ConfigContext, ObjectChange, Tag
|
||||
|
||||
|
||||
class TagTestCase(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user