Skip to content

Commit

Permalink
Revert "Fix typo in docs for new private dunder pydantic method names (
Browse files Browse the repository at this point in the history
…#7657)"

This reverts commit 24e9222.
  • Loading branch information
hramezani committed Sep 27, 2023
1 parent 24e9222 commit 2d0c2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration.md
Expand Up @@ -78,7 +78,7 @@ The following sections provide details on the most important changes in Pydantic
### Changes to `pydantic.BaseModel`

Various method names have been changed; all non-deprecated `BaseModel` methods now have names matching either the
format `model_.*` or `__pydantic_.*__`. Where possible, we have retained the deprecated methods with their old names
format `model_.*` or `__.*pydantic.*__`. Where possible, we have retained the deprecated methods with their old names
to help ease migration, but calling them will emit `DeprecationWarning`s.

| Pydantic V1 | Pydantic V2 |
Expand Down

0 comments on commit 2d0c2ea

Please sign in to comment.