From f2021078b0d308d19049ca483cbece560e51e832 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 3 Jun 2021 21:49:57 +0200 Subject: Operation - owns: remove end_date constraint --- archaeological_operations/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 802751963..a49504506 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -1736,7 +1736,6 @@ class Operation( "history_creator": ishtaruser.user_ptr, "towns__pk__in": town_ids, }, - {"end_date__isnull": True}, ] if not no_rel: query_owns[0][ -- cgit v1.2.3