summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCefin <kevon@tuta.io>2021-10-06 10:57:34 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-11-16 17:04:41 +0100
commit13ceb0ce6db1cdb83e348402c4a7c96885d0d1a8 (patch)
treef95594652521045e563581e702fe4850328db391
parentdb886360f4e6839ea6932b9dca7b21fa3da98e2c (diff)
downloadIshtar-13ceb0ce6db1cdb83e348402c4a7c96885d0d1a8.tar.bz2
Ishtar-13ceb0ce6db1cdb83e348402c4a7c96885d0d1a8.zip
black the archeological_context_records/models.py file
-rw-r--r--archaeological_context_records/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 6a66e3dfb..311f9625b 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -543,7 +543,8 @@ class ContextRecord(
"cr_relation_types",
),
"excavation_technic": SearchAltName(
- pgettext_lazy("key for text search", "excavation-technic"), "excavation_technic__label__iexact"
+ pgettext_lazy("key for text search", "excavation-technic"),
+ "excavation_technic__label__iexact",
),
}
ALT_NAMES.update(BaseHistorizedItem.ALT_NAMES)