From 07f32af541f8ec93fedb5a0df72df9c29f883fbd Mon Sep 17 00:00:00 2001 From: long2ice Date: Mon, 6 Apr 2020 19:50:04 +0800 Subject: [PATCH] update README.rst --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index d6ef08d..89c4931 100644 --- a/README.rst +++ b/README.rst @@ -152,6 +152,10 @@ Inherit ``fastapi_admin.models.User`` and add you own fields,then pass in ``init updated_at = fields.DatetimeField(auto_now=True) +Verbose Name +~~~~~~~~~~~~ +FastAPI-admin will auto read ``description`` defined in tortoise-orm model ``Field`` and display in front. + Front -----