summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-03-02 16:14:45 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2023-03-02 16:41:08 +0100
commit0dc167611a2f9fecc58b9709487362ceb3eb9752 (patch)
tree734d1eddcc720b9663852845862095979bc415a9 /ishtar_common/models.py
parentf4d375c0e76b9d01bf5ac8311c220d5d80a55b41 (diff)
downloadIshtar-0dc167611a2f9fecc58b9709487362ceb3eb9752.tar.bz2
Ishtar-0dc167611a2f9fecc58b9709487362ceb3eb9752.zip
Maintenance scripts: delete deprecated and migrate to ishtar_maintenance
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 80a6a9141..00d94a1f2 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1066,7 +1066,7 @@ class IshtarSiteProfile(models.Model, Cached):
"(for instance: complex statigraphic relations), set it to "
'"Cache tables" in order to use static cache tables. Do not '
"forget to update theses table with the "
- '"relations_update_cache_tables" manage.py command.'
+ '"migrate_relations_cache_tables" manage.py command.'
),
)
config = models.CharField(
@@ -1502,7 +1502,7 @@ class IshtarSiteProfile(models.Model, Cached):
null=True,
help_text=_(
"Set it to the most used spatial reference system. Warning: after change "
- "launch the ishtar_migrate_srid script."
+ "launch the migrate_srid script."
),
on_delete=models.SET_NULL,
related_name="profile_srs"