File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sites/docs/src/content/api_reference/dev/api Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -984,7 +984,7 @@ Generate a dictionary representation of the model, optionally specifying which f
984984 - ** exclude_defaults** – Whether to exclude fields that are set to their default value.
985985 - ** exclude_none** – Whether to exclude fields that have a value of None.
986986 - ** exclude_computed_fields** – Whether to exclude computed fields.
987- While this can be useful for round-tripping, it is usually recommended tu use the dedicated
987+ While this can be useful for round-tripping, it is usually recommended to use the dedicated
988988 round_trip parameter instead.
989989 - ** round_trip** – If True, dumped values should be valid as input for non-idempotent types such as Json\[ T] .
990990 - ** warnings** – How to handle serialization errors. False/”none” ignores them, True/”warn” logs errors,
You can’t perform that action at this time.
0 commit comments