mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 09:28:38 -06:00
Fixed Region model declaration
This commit is contained in:
parent
36971b7651
commit
66c4911298
@ -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.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user