mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-20 15:01:48 -05:00
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