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 24e9222 commit 861cfe3Copy full SHA for 861cfe3
docs/migration.md
@@ -78,7 +78,7 @@ The following sections provide details on the most important changes in Pydantic
78
### Changes to `pydantic.BaseModel`
79
80
Various method names have been changed; all non-deprecated `BaseModel` methods now have names matching either the
81
-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
82
to help ease migration, but calling them will emit `DeprecationWarning`s.
83
84
| Pydantic V1 | Pydantic V2 |
0 commit comments