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 677fd0f..f527bf4 100644
--- a/app/models/__init__.py
+++ b/app/models/__init__.py
@@ -196,5 +196,6 @@ VALID_JOB_STATUS = [
# The valid collections for the bisect handler.
BISECT_VALID_COLLECTIONS = [
- BOOT_COLLECTION
+ BOOT_COLLECTION,
+ DEFCONFIG_COLLECTION,
]