]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Add link to all valid pydantic data types (#1612)
authorEyitayo Ogunbiyi <eyitayoogunbiyi@gmail.com>
Sun, 28 Jun 2020 21:40:45 +0000 (22:40 +0100)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2020 21:40:45 +0000 (23:40 +0200)
docs/en/docs/tutorial/extra-data-types.md

index 46ebc4b61b2ca010fbf8a02dda76abc693d2ace6..ace51ac0c99c18466fdf60e66ea9147a7105892a 100644 (file)
@@ -49,6 +49,7 @@ Here are some of the additional data types you can use:
 * `Decimal`:
     * Standard Python `Decimal`.
     * In requests and responses, handled the same as a `float`.
+* You can check all the valid pydantic data types here: <a href="https://pydantic-docs.helpmanual.io/usage/types" class="external-link" target="_blank">Pydantic data types</a>
 
 ## Example