mirror of
https://github.com/enpaul/peewee-plus.git
synced 2025-04-08 12:23:31 +00:00
Add docs for timedelta field
This commit is contained in:
parent
90914db97b
commit
b7f3576929
@ -79,6 +79,10 @@ a runtime value.
|
|||||||
|
|
||||||
`EnumField` - A Peewee database field for storing Enums by name
|
`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
|
## For Developers
|
||||||
|
|
||||||
All project contributors and participants are expected to adhere to the
|
All project contributors and participants are expected to adhere to the
|
||||||
|
Loading…
Reference in New Issue
Block a user