diff options
author | Cefin <kevon@tuta.io> | 2021-10-06 10:57:34 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-25 12:06:03 +0200 |
commit | 4c319f30de531de4203051a6d3f5c720bfcae130 (patch) | |
tree | 01df9721c9c9a8c81cfdbc9951969ff96aa45c58 | |
parent | 7ea5b7c160cf44766f66450806fd5223621ca86c (diff) | |
download | Ishtar-4c319f30de531de4203051a6d3f5c720bfcae130.tar.bz2 Ishtar-4c319f30de531de4203051a6d3f5c720bfcae130.zip |
black the archeological_context_records/models.py file
-rw-r--r-- | archaeological_context_records/models.py | 3 |
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) |