We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7dccc commit 8f99582Copy full SHA for 8f99582
python/pydantic_core/core_schema.py
@@ -3220,7 +3220,7 @@ def dataclass_field(
3220
validation_alias: The alias(es) to use to find the field in the validation data
3221
serialization_alias: The alias to use as a key when serializing
3222
serialization_exclude: Whether to exclude the field when serializing
3223
- exclude_if: Callable that determines whether to exclude a field during serialization based on its value.
+ serialization_exclude_if: A callable that determines whether to exclude the field when serializing based on its value.
3224
metadata: Any other information you want to include with the schema, not used by pydantic-core
3225
frozen: Whether the field is frozen
3226
"""
0 commit comments