Add choices for job and ad hoc command verbosity.

This commit is contained in:
Chris Church
2015-04-09 18:55:42 -04:00
parent c61ef0a602
commit aa0c16d726
4 changed files with 15 additions and 3 deletions

View File

@@ -72,6 +72,7 @@ class AdHocCommand(UnifiedJob):
default=0,
)
verbosity = models.PositiveIntegerField(
choices=VERBOSITY_CHOICES,
blank=True,
default=0,
)