summaryrefslogtreecommitdiff
path: root/archaeological_files/models.py
diff options
context:
space:
mode:
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
commit6548d9a09f3ca2937a9cbb8ae72722f4c056c2fd (patch)
treea1df34629eb3f72df1eab479d14f67ce61551524 /archaeological_files/models.py
parentb3ce4136e8d5440e4ffc535af579109a22976f9f (diff)
downloadIshtar-6548d9a09f3ca2937a9cbb8ae72722f4c056c2fd.tar.bz2
Ishtar-6548d9a09f3ca2937a9cbb8ae72722f4c056c2fd.zip
Adapt for translation overload
Diffstat (limited to 'archaeological_files/models.py')
-rw-r--r--archaeological_files/models.py2
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