aboutsummaryrefslogtreecommitdiff
path: root/app/models/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/__init__.py')
-rw-r--r--app/models/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/__init__.py b/app/models/__init__.py
index de1c0fc..55b4ff9 100644
--- a/app/models/__init__.py
+++ b/app/models/__init__.py
@@ -198,5 +198,6 @@ VALID_JOB_STATUS = [
# The valid collections for the bisect handler.
BISECT_VALID_COLLECTIONS = [
- BOOT_COLLECTION
+ BOOT_COLLECTION,
+ DEFCONFIG_COLLECTION,
]