fix: delete account error (DoesNotExist)

pull/13442/head
Bai 2024-06-18 10:57:51 +08:00 committed by Bryan
parent 66cd6e95a8
commit ff126f3459
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ def on_django_start_set_operate_log_monitor_models(sender, **kwargs):
'PermedAsset', 'PermedAccount', 'MenuPermission',
'Permission', 'TicketSession', 'ApplyLoginTicket',
'ApplyCommandTicket', 'ApplyLoginAssetTicket',
'FavoriteAsset',
'FavoriteAsset', 'ChangeSecretRecord'
}
include_models = {'UserSession'}
for i, app in enumerate(apps.get_models(), 1):