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:
Chris Church
2013-07-22 21:20:28 -04:00
parent 5ef8a48600
commit bc49627203
15 changed files with 558 additions and 326 deletions

View File

@@ -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(