mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
fix links
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
[](https://github.com/pydantic/pydantic/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
|
||||
[](https://github.com/pydantic/pydantic/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
|
||||
[](https://github.com/pydantic/pydantic/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
|
||||
[](https://pypi.python.org/pypi/pydantic)
|
||||
[](https://anaconda.org/conda-forge/pydantic)
|
||||
[](https://pepy.tech/project/pydantic)
|
||||
[](https://github.com/pydantic/pydantic/blob/main/LICENSE)
|
||||
[](https://github.com/pydantic/pydantic/blob/main/LICENSE)
|
||||
|
||||
{!.version.md!}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ If you don't want to use _pydantic_'s `BaseModel` you can instead get the same d
|
||||
`pydantic.BaseModel` is the better choice.
|
||||
|
||||
For more information and discussion see
|
||||
[samuelcolvin/pydantic#710](https://github.com/pydantic/pydantic/issues/710).
|
||||
[pydantic/pydantic#710](https://github.com/pydantic/pydantic/issues/710).
|
||||
|
||||
You can use all the standard _pydantic_ field types, and the resulting dataclass will be identical to the one
|
||||
created by the standard library `dataclass` decorator.
|
||||
|
||||
@@ -332,7 +332,7 @@ Here `StaticFoobarModel` and `DynamicFoobarModel` are identical.
|
||||
!!! warning
|
||||
See the note in [Required Optional Fields](#required-optional-fields) for the distinction between an ellipsis as a
|
||||
field default and annotation-only fields.
|
||||
See [samuelcolvin/pydantic#1047](https://github.com/pydantic/pydantic/issues/1047) for more details.
|
||||
See [pydantic/pydantic#1047](https://github.com/pydantic/pydantic/issues/1047) for more details.
|
||||
|
||||
Fields are defined by either a tuple of the form `(<type>, <default value>)` or just a default value. The
|
||||
special key word arguments `__config__` and `__base__` can be used to customise the new model. This includes
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ theme:
|
||||
logo: 'logo-white.svg'
|
||||
favicon: 'favicon.png'
|
||||
|
||||
repo_name: samuelcolvin/pydantic
|
||||
repo_name: pydantic/pydantic
|
||||
repo_url: https://github.com/pydantic/pydantic
|
||||
extra:
|
||||
analytics:
|
||||
|
||||
Reference in New Issue
Block a user