Home | Trees | Indices | Help |
|
---|
|
object --+ | Field --+ | TimeField
Mapping field for storing times.
>>> field = TimeField() >>> field._to_python('15:30:00') datetime.time(15, 30) >>> field._to_json(time(15, 30)) '15:30:00' >>> field._to_json(datetime(2007, 4, 1, 15, 30)) '15:30:00'
Instance Methods | |
Inherited from Inherited from |
Properties | |
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Apr 15 16:22:43 2010 | http://epydoc.sourceforge.net |