Skip to content

Commit

Permalink
fix: Fix broken link in the docs (Pydantic Models - Data Binding) (#5074
Browse files Browse the repository at this point in the history
)

* Broken Link fixed

* Wrong link: Fixed. Refers to the latest stable version now

* Update docs/usage/models.md

Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>

---------

Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
  • Loading branch information
mrmammadov and hramezani committed Feb 19, 2023
1 parent 4b9ed66 commit 314abca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/models.md
Expand Up @@ -155,7 +155,7 @@ Here a vanilla class is used to demonstrate the principle, but any ORM class cou
### Data binding

Arbitrary classes are processed by *pydantic* using the `GetterDict` class (see
[utils.py](https://github.com/pydantic/pydantic/blob/main/pydantic/utils.py)), which attempts to
[utils.py](https://github.com/pydantic/pydantic/blob/1.10.X-fixes/pydantic/utils.py)), which attempts to
provide a dictionary-like interface to any class. You can customise how this works by setting your own
sub-class of `GetterDict` as the value of `Config.getter_dict` (see [config](model_config.md)).

Expand Down

0 comments on commit 314abca

Please sign in to comment.