1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

added changelog views for Tag

This commit is contained in:
John Anderson
2019-02-22 02:29:00 -05:00
parent de52f21905
commit 8e548605c8
5 changed files with 23 additions and 0 deletions

View File

@@ -881,6 +881,9 @@ class Tag(TagBase, ChangeLoggedModel):
default=''
)
def get_absolute_url(self):
return reverse('extras:tag', args=[self.slug])
class TaggedItem(GenericTaggedItemBase):
tag = models.ForeignKey(