diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-11-18 15:24:10 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-11-18 15:41:14 +0100 |
commit | 6548d9a09f3ca2937a9cbb8ae72722f4c056c2fd (patch) | |
tree | a1df34629eb3f72df1eab479d14f67ce61551524 /archaeological_finds/models_finds.py | |
parent | b3ce4136e8d5440e4ffc535af579109a22976f9f (diff) | |
download | Ishtar-6548d9a09f3ca2937a9cbb8ae72722f4c056c2fd.tar.bz2 Ishtar-6548d9a09f3ca2937a9cbb8ae72722f4c056c2fd.zip |
Adapt for translation overload
Diffstat (limited to 'archaeological_finds/models_finds.py')
-rw-r--r-- | archaeological_finds/models_finds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 71fafbbe8..36a1c08c7 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -29,7 +29,7 @@ from django.db.models import Max, Q, F from django.db.models.signals import m2m_changed, post_save, post_delete, \ pre_delete from django.core.exceptions import ObjectDoesNotExist -from django.utils.translation import ugettext_lazy as _, pgettext_lazy\ +from ishtar_common.utils import ugettext_lazy as _, pgettext_lazy from ishtar_common.data_importer import post_importer_action, ImporterError from ishtar_common.utils import cached_label_changed, post_save_geo, \ |