From 17a5e18f4644fc449b53823274d47753934eccee Mon Sep 17 00:00:00 2001 From: Eyitayo Ogunbiyi Date: Sun, 28 Jun 2020 22:40:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20link=20to=20all=20valid=20?= =?UTF-8?q?pydantic=20data=20types=20(#1612)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/tutorial/extra-data-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/docs/tutorial/extra-data-types.md b/docs/en/docs/tutorial/extra-data-types.md index 46ebc4b61..ace51ac0c 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