mirror of
https://github.com/enpaul/peewee-plus.git
synced 2024-11-14 10:36:51 +00:00
Add docs for timedelta field
This commit is contained in:
parent
19b149c5c2
commit
d33dae2774
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user