summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-22 10:52:55 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-22 10:52:55 +0200
commitbf39c1da4b557d4ea61f958122de126b2b293e91 (patch)
tree13aff4db4990b14df4ace597bcdd19659d998b59 /ishtar_common/models.py
parent07758f807452bb324648017fb82b97f847fbc871 (diff)
parentedbae6181a5ba7284b7faba927ccd5b6e59b9b98 (diff)
downloadIshtar-bf39c1da4b557d4ea61f958122de126b2b293e91.tar.bz2
Ishtar-bf39c1da4b557d4ea61f958122de126b2b293e91.zip
Merge branch 'v0.9' into wheezy
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 9ec03b60e..b0625e25c 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -960,7 +960,7 @@ class IshtarSiteProfile(models.Model, Cached):
u"can be used to display a random image."))
file_external_id = models.TextField(
_(u"File external id"),
- default="{settings__ISHTAR_LOCAL_PREFIX}{year}-{numeric_reference}",
+ default="{year}-{numeric_reference}",
help_text=_(u"Formula to manage file external ID. "
u"Change this with care. With incorrect formula, the "
u"application might be unusable and import of external "