mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
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