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 2fb0959 commit 9c508d5Copy full SHA for 9c508d5
pydantic_partials/partial.py
@@ -32,7 +32,7 @@ class PartialModel(
32
"""
33
Class Args:
34
35
- - auto_partial: For more details see `pydantic_partials.config.PartialConfigDict.auto_partials`.
+ - auto_partials: For more details see `pydantic_partials.config.PartialConfigDict.auto_partials`.
36
- If `Default`: Inherit behavior from parent/model_config; otherwise defaults to `True`.
37
- If `True` (default): Will automatically make all fields on the model `Partial`.
38
- If `False`: User needs to mark individual fields as `Partial` where they want.
0 commit comments