This commit is contained in:
lilac-supernova-2 2023-08-26 03:54:15 -04:00 committed by GitHub
parent 98fd498959
commit a94a89d88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,7 @@ def validate_only_fields(only_fields, all_field_names, model, type_):
)
)
def validate_exclude_fields(exclude_fields, all_field_names, model, type_):
# Validate exclude fields
for name in exclude_fields or ():