mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 21:07:39 -02:30
Resolve default ordering warnings from tests
This commit is contained in:
@@ -1451,6 +1451,7 @@ class InventorySource(UnifiedJobTemplate, InventorySourceOptions, CustomVirtualE
|
||||
|
||||
class Meta:
|
||||
app_label = 'main'
|
||||
ordering = ('inventory', 'name')
|
||||
|
||||
inventory = models.ForeignKey(
|
||||
'Inventory',
|
||||
@@ -1680,6 +1681,7 @@ class InventoryUpdate(UnifiedJob, InventorySourceOptions, JobNotificationMixin,
|
||||
|
||||
class Meta:
|
||||
app_label = 'main'
|
||||
ordering = ('inventory', 'name')
|
||||
|
||||
inventory = models.ForeignKey(
|
||||
'Inventory',
|
||||
|
||||
Reference in New Issue
Block a user