diff options
| 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 | 
| commit | b7b200e4ba1c54d83bbda5c47c9e96ddb36bbc0d (patch) | |
| tree | 6a0f36c3476574e7eb80ce08f9a1a513b2b31da3 /ishtar_common/models.py | |
| parent | 9c23bf1d9a7b50552dace564332f18ecf8ec1653 (diff) | |
| download | Ishtar-b7b200e4ba1c54d83bbda5c47c9e96ddb36bbc0d.tar.bz2 Ishtar-b7b200e4ba1c54d83bbda5c47c9e96ddb36bbc0d.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.py | 2 | 
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"), | 
