| Trees | Indices | Help |
|
|---|
|
|
django.db.models.Field --+
|
DurationField
Duration Django model field. Essentially the same as a TimeField, but with values over 24h allowed.
The constructor arguments are also normalized with normalize_field().
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
description = _("Duration")
|
|||
__metaclass__ = models.SubfieldBase
|
|||
default_error_messages = {'invalid': _('Enter a valid duration
|
|||
|
|||
default_error_messages
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jun 6 17:47:51 2011 | http://epydoc.sourceforge.net |