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