diff options
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 0da937f1a..604c6923c 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1106,7 +1106,7 @@ class IshtarSiteProfile(models.Model, Cached): u"data can be destructive.")) container_external_id = models.TextField( _(u"Container external id"), - default="{responsible__external_id-index", + default="{responsible__external_id}-{index}", help_text=_(u"Formula to manage container external ID. " u"Change this with care. With incorrect formula, the " u"application might be unusable and import of external " |