perf: Export template with prompts

This commit is contained in:
feng
2024-09-18 18:25:25 +08:00
committed by feng626
parent 4e719ecacd
commit ef2b12fa0f
4 changed files with 11 additions and 4 deletions

View File

@@ -247,6 +247,7 @@ class AccountSerializer(AccountCreateUpdateSerializerMixin, BaseAccountSerialize
'name': {'required': False},
'source_id': {'required': False, 'allow_null': True},
}
fields_unimport_template = ['params']
@classmethod
def setup_eager_loading(cls, queryset):