1
0
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:
Arthur
2023-05-19 09:40:13 -07:00
parent c93b7cfc5c
commit 71a74e410d
9 changed files with 19 additions and 8 deletions

View File

@ -54,7 +54,7 @@ class WirelessLANGroup(NestedGroupModel):
)
class Meta:
ordering = ('name', 'pk')
ordering = ('name', )
constraints = (
models.UniqueConstraint(
fields=('parent', 'name'),