Skip to content

Commit a73e36c

Browse files
authored
Merge pull request #34 from joshorr/josho/better-mypy-support-and-auto-off-by-default
doc: Added to level-2 header in readme.
2 parents af48da0 + 80eef6c commit a73e36c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
+ [Two Partial Base Class Options](#two-partial-base-class-options)
88
+ [Explicitly Defined Partials - Basic Example](#explicitly-defined-partials---basic-example)
99
+ [Automatically Defined Partials - Basic Example](#automatically-defined-partials---basic-example)
10+
* [More Details](#more-details)
1011
+ [Inheritable](#inheritable)
1112
+ [Exclude Fields from Automatic Partials (AutoPartialModel)](#exclude-fields-from-automatic-partials-autopartialmodel)
1213
+ [Auto Partials Configuration](#auto-partials-configuration)
@@ -156,6 +157,7 @@ By default, all fields without a default value will have the ability to be parti
156157
and can be missing from both validation and serialization.
157158
This includes any inherited Pydantic fields (from a superclass).
158159

160+
## More Details
159161

160162
### Inheritable
161163

0 commit comments

Comments
 (0)