mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Resolve default ordering warnings from tests
This commit is contained in:
@@ -50,6 +50,7 @@ class NotificationTemplate(CommonModelNameNotUnique):
|
||||
class Meta:
|
||||
app_label = 'main'
|
||||
unique_together = ('organization', 'name')
|
||||
ordering = ("name",)
|
||||
|
||||
organization = models.ForeignKey(
|
||||
'Organization',
|
||||
|
||||
Reference in New Issue
Block a user