mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-26 18:01:47 -05:00
Resolve default ordering warnings from tests
This commit is contained in:
@@ -1312,6 +1312,7 @@ class CredentialInputSource(PrimordialModel):
|
||||
class Meta:
|
||||
app_label = 'main'
|
||||
unique_together = (('target_credential', 'input_field_name'),)
|
||||
ordering = ('target_credential', 'source_credential', 'input_field_name',)
|
||||
|
||||
target_credential = models.ForeignKey(
|
||||
'Credential',
|
||||
|
||||
Reference in New Issue
Block a user