mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixed Region model declaration
This commit is contained in:
@ -58,7 +58,7 @@ class ComponentModel(models.Model):
|
|||||||
#
|
#
|
||||||
|
|
||||||
@python_2_unicode_compatible
|
@python_2_unicode_compatible
|
||||||
class Region(ChangeLoggedModel, MPTTModel):
|
class Region(MPTTModel, ChangeLoggedModel):
|
||||||
"""
|
"""
|
||||||
Sites can be grouped within geographic Regions.
|
Sites can be grouped within geographic Regions.
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user