From: Eyitayo Ogunbiyi Date: Sun, 28 Jun 2020 21:40:45 +0000 (+0100) Subject: 📝 Add link to all valid pydantic data types (#1612) X-Git-Tag: 0.58.1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17a5e18f4644fc449b53823274d47753934eccee;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Add link to all valid pydantic data types (#1612) --- diff --git a/docs/en/docs/tutorial/extra-data-types.md b/docs/en/docs/tutorial/extra-data-types.md index 46ebc4b61b..ace51ac0c9 100644 --- a/docs/en/docs/tutorial/extra-data-types.md +++ b/docs/en/docs/tutorial/extra-data-types.md @@ -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: Pydantic data types ## Example