Skip to content

Commit 68834da

Browse files
authored
Merge pull request #32 from joshorr/josho/better-mypy-support-and-auto-off-by-default
doc: update readme TOC.
2 parents bb80b8e + e9936d7 commit 68834da

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
- [Pydantic Partials](#pydantic-partials)
22
* [Documentation](#documentation)
3+
* [Important Upgrade from v1.x to 2.x Notes](#important-upgrade-from-v1x-to-2x-notes)
34
* [Quick Start](#quick-start)
45
+ [Install](#install)
56
+ [Introduction](#introduction)
6-
+ [Basic Example](#basic-example)
7+
+ [Two Partial Base Class Options](#two-partial-base-class-options)
8+
+ [Explicitly Defined Partials - Basic Example](#explicitly-defined-partials---basic-example)
9+
+ [Automatically Defined Partials - Basic Example](#automatically-defined-partials---basic-example)
710
+ [Inheritable](#inheritable)
8-
+ [Exclude Fields From Auto Partials](#exclude-fields-from-auto-partials)
11+
+ [Exclude Fields from Automatic Partials (AutoPartialModel)](#exclude-fields-from-automatic-partials-autopartialmodel)
912
+ [Auto Partials Configuration](#auto-partials-configuration)
1013

1114
# Pydantic Partials

0 commit comments

Comments
 (0)