fix: 修改日志内容

pull/11461/head
jiangweidong 2023-08-30 11:32:54 +08:00
parent 7dbaa28539
commit 2a5c635dc5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ def migrate_cas_setting(apps, schema_editor):
try:
value = json.loads(obj.value)
except Exception:
print("Invalid telnet regex setting, skip")
print("Invalid CAS_RENAME_ATTRIBUTES setting, skip")
return
if value.pop('uid', None):