From 0dc167611a2f9fecc58b9709487362ceb3eb9752 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 Mar 2023 16:14:45 +0100 Subject: Maintenance scripts: delete deprecated and migrate to ishtar_maintenance --- ishtar_common/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common/models.py') 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" -- cgit v1.2.3