Class DurationField

Store timedelta objects.

Declaration

class DurationField(Field)
source link

Documentation

Use interval on PostgreSQL, INTERVAL DAY TO SECOND on Oracle, and bigint
of microseconds on other databases.

Methods

Inherited methods

Reexports