From 5559afadcb9917cba3680585d773545b359ebc32 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 2 Jun 2015 01:11:07 +0200 Subject: Add target keys to admin --- ishtar_common/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 09740436c..1dc4b6ced 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1210,6 +1210,8 @@ class TargetKey(models.Model): class Meta: unique_together = ('target', 'key') + verbose_name = _(u"Importer - Target key") + verbose_name_plural = _(u"Importer - Targets keys") def __unicode__(self): return u" - ".join([unicode(self.target), self.key[:50]]) -- cgit v1.2.3