diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-03 21:49:57 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-03 21:49:57 +0200 |
commit | f2021078b0d308d19049ca483cbece560e51e832 (patch) | |
tree | ad7043a114a4e67efde51b9b84abce37103770cf /archaeological_operations | |
parent | 2091fc754848fef6157d27278ceef475dd632015 (diff) | |
download | Ishtar-f2021078b0d308d19049ca483cbece560e51e832.tar.bz2 Ishtar-f2021078b0d308d19049ca483cbece560e51e832.zip |
Operation - owns: remove end_date constraint
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
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][ |