summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-04 13:46:50 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-02-04 13:46:50 +0100
commite62d26f17f7f0da10d7bf0f9c7d8895c88002021 (patch)
tree6a0f36c3476574e7eb80ce08f9a1a513b2b31da3 /ishtar_common/models.py
parentc17f21d49c54514f6945d95b010cbb237d724ca8 (diff)
downloadIshtar-e62d26f17f7f0da10d7bf0f9c7d8895c88002021.tar.bz2
Ishtar-e62d26f17f7f0da10d7bf0f9c7d8895c88002021.zip
Imports: adapt auto model creation for importers to new importer model
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 7b596d209..6e655776d 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1756,7 +1756,7 @@ class ImporterType(models.Model):
blank=True, null=True)
associated_models = models.ForeignKey(
ImporterModel, verbose_name=_(u"Associated model"),
- related_name='+', blank=True, null=True)
+ related_name='+', blank=True, null=True)
created_models = models.ManyToManyField(
ImporterModel, verbose_name=_(u"Models that can accept new items"),
blank=True, null=True, help_text=_(u"Leave blank for no restrictions"),