1
0
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:
Jeremy Stretch
2018-06-22 16:34:07 -04:00
parent 36971b7651
commit 66c4911298

View File

@ -58,7 +58,7 @@ class ComponentModel(models.Model):
#
@python_2_unicode_compatible
class Region(ChangeLoggedModel, MPTTModel):
class Region(MPTTModel, ChangeLoggedModel):
"""
Sites can be grouped within geographic Regions.
"""