mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02:30
Permissions-related updates and fixes, more tests, better handling of any user input that would previously generate a server error.
This commit is contained in:
@@ -898,7 +898,7 @@ class JobHostSummary(models.Model):
|
||||
|
||||
class Meta:
|
||||
unique_together = [('job', 'host')]
|
||||
verbose_name_plural = _('Job Host Summaries')
|
||||
verbose_name_plural = _('job host summaries')
|
||||
ordering = ('-pk',)
|
||||
|
||||
job = models.ForeignKey(
|
||||
|
||||
Reference in New Issue
Block a user