From d33dae27743e264449f0faf2b75c58c643efcbe0 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 4 May 2023 14:58:02 -0400 Subject: [PATCH] Add docs for timedelta field --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fe19862..65d0930 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,10 @@ a runtime value. `EnumField` - A Peewee database field for storing Enums by name +`TimedeltaField` A Peewee database field for natively storing +[`datetime.timedelta`](https://docs.python.org/3/library/datetime.html#datetime.timedelta) +objects + ## For Developers All project contributors and participants are expected to adhere to the