summaryrefslogtreecommitdiff
path: root/ishtar_common/migrations
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-04-07 15:17:04 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:20 +0100
commitb2bb294b82a968b899a852f4fa64495e9cc2984f (patch)
tree532a7872f50d21c112aeb65aa9df559e2916f406 /ishtar_common/migrations
parent55194aeec747fc07dcaf054877dd194fd1106039 (diff)
downloadIshtar-b2bb294b82a968b899a852f4fa64495e9cc2984f.tar.bz2
Ishtar-b2bb294b82a968b899a852f4fa64495e9cc2984f.zip
Find - collections: add field to form and sheet
Diffstat (limited to 'ishtar_common/migrations')
-rw-r--r--ishtar_common/migrations/0203_auto_20200407_1142.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/migrations/0203_auto_20200407_1142.py b/ishtar_common/migrations/0203_auto_20200407_1142.py
index db6cbc50c..739388097 100644
--- a/ishtar_common/migrations/0203_auto_20200407_1142.py
+++ b/ishtar_common/migrations/0203_auto_20200407_1142.py
@@ -15,6 +15,6 @@ class Migration(migrations.Migration):
migrations.AlterField(
model_name='ishtarsiteprofile',
name='container_external_id',
- field=models.TextField(default='{location__external_id}-{container_type__txt_idx}-{parent_id}-{reference}', help_text='Formula to manage container external ID. Change this with care. With incorrect formula, the application might be unusable and import of external data can be destructive.', verbose_name='Container external id'),
+ field=models.TextField(default='{parent_external_id}-{container_type__txt_idx}-{reference}', help_text='Formula to manage container external ID. Change this with care. With incorrect formula, the application might be unusable and import of external data can be destructive.', verbose_name='Container external id'),
),
]