diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 4 |
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" |