black shift
This commit is contained in:
@@ -240,10 +240,10 @@ class CRUDModel:
|
||||
|
||||
exclude_args = exclude_args or []
|
||||
exclude_args = [exclude_arg.key for exclude_arg in exclude_args]
|
||||
|
||||
|
||||
include_args = include_args or []
|
||||
include_args = [include_arg.key for include_arg in include_args]
|
||||
|
||||
|
||||
# If include_args is provided, only use those fields for matching
|
||||
# Otherwise, use all fields except those in exclude_args
|
||||
for key, value in kwargs.items():
|
||||
|
||||
Reference in New Issue
Block a user