summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
authorCefin <kevon@tuta.io>2021-10-06 10:57:34 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-07-08 09:58:48 +0200
commite563deaf76415adc70b6a979aa7773296e9f27f6 (patch)
treed3b7e472f9483f13bb88746c1475a3ad8a1de1be /archaeological_context_records
parentc31968cbdd4ff96c237c0835cca09b0d0dbba702 (diff)
downloadIshtar-e563deaf76415adc70b6a979aa7773296e9f27f6.tar.bz2
Ishtar-e563deaf76415adc70b6a979aa7773296e9f27f6.zip
black the archeological_context_records/models.py file
Diffstat (limited to 'archaeological_context_records')
-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 aebee6d5f..9dd9956f1 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)