mirror of
https://github.com/ansible/awx.git
synced 2026-06-25 00:18:07 -02:30
Resolve default ordering warnings from tests
This commit is contained in:
@@ -138,6 +138,7 @@ class Role(models.Model):
|
||||
index_together = [
|
||||
("content_type", "object_id")
|
||||
]
|
||||
ordering = ("content_type", "object_id")
|
||||
|
||||
role_field = models.TextField(null=False)
|
||||
singleton_name = models.TextField(null=True, default=None, db_index=True, unique=True)
|
||||
|
||||
Reference in New Issue
Block a user