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 | 878fa4236e770630180e4f472494567941603d26 (patch) | |
tree | a1df34629eb3f72df1eab479d14f67ce61551524 /archaeological_files/models.py | |
parent | a9786dc03a3ddd51c6ca1941b4c48a941e6b022f (diff) | |
download | Ishtar-878fa4236e770630180e4f472494567941603d26.tar.bz2 Ishtar-878fa4236e770630180e4f472494567941603d26.zip |
Adapt for translation overload
Diffstat (limited to 'archaeological_files/models.py')
-rw-r--r-- | archaeological_files/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/models.py b/archaeological_files/models.py index 6d7fbe048..dbb02f509 100644 --- a/archaeological_files/models.py +++ b/archaeological_files/models.py @@ -25,7 +25,7 @@ from django.contrib.gis.db import models from django.core.cache import cache from django.db.models import Q, Count, Sum from django.db.models.signals import post_save, m2m_changed, post_delete -from django.utils.translation import ugettext_lazy as _, pgettext_lazy +from ishtar_common.utils import ugettext_lazy as _, pgettext_lazy from ishtar_common.utils import cached_label_changed, get_cache, \ get_current_year, m2m_historization_changed |