diff options
Diffstat (limited to 'archaeological_warehouse')
-rw-r--r-- | archaeological_warehouse/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_warehouse/models.py b/archaeological_warehouse/models.py index 996925d0a..2e2aae732 100644 --- a/archaeological_warehouse/models.py +++ b/archaeological_warehouse/models.py @@ -1024,7 +1024,7 @@ class Container( "documents__associated_file__isnull", "documents__associated_url__isnull", ] - BOOL_FIELDS = ["container_type__stationary"] + BOOL_FIELDS = LightHistorizedItem.BOOL_FIELDS + ["container_type__stationary"] REVERSED_MANY_COUNTED_FIELDS = ["finds", "finds_ref"] ALT_NAMES.update(LightHistorizedItem.ALT_NAMES) |