mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
12552 test fixes
This commit is contained in:
@ -54,7 +54,7 @@ class WirelessLANGroup(NestedGroupModel):
|
||||
)
|
||||
|
||||
class Meta:
|
||||
ordering = ('name', 'pk')
|
||||
ordering = ('name', )
|
||||
constraints = (
|
||||
models.UniqueConstraint(
|
||||
fields=('parent', 'name'),
|
||||
|
Reference in New Issue
Block a user