Add docs for timedelta field

This commit is contained in:
Ethan Paul 2023-05-04 14:58:02 -04:00
parent 19b149c5c2
commit d33dae2774
1 changed files with 4 additions and 0 deletions

View File

@ -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