| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Property --+
|
DateTimeProperty
DateTime property. It convert iso3339 string to python and vice-versa. Map to datetime.datetime object.
*ValueType*: datetime.datetime
|
|||
|
data_type datetime(year, month, day[, hour[, minute[, second[, microsecond[,tzinfo]]]]]) |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Default constructor for a property.
:param verbose_name: str, verbose name of field, could
be use for description
:param name: str, name of field
:param default: default value
:param required: True if field is required, default is False
:param validators: list of callable or callable, field validators
function that are executed when document is saved.
|
validate value
|
return default value
|
convert to python type
|
convert to json, Converted value is saved in couchdb.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri May 4 11:48:41 2012 | http://epydoc.sourceforge.net |