| Home | Trees | Indices | Help |
|
|---|
|
|
Wrapper of couchdbkit Document and Properties for django. It also add possibility to a document to register itself in CouchdbkitHandler
|
|||
| DocumentMeta | |||
|
Document Document object for django extension |
|||
| DocumentSchema | |||
|
Property Property base which all other properties inherit. |
|||
|
StringProperty string property str or unicode property |
|||
|
IntegerProperty Integer property. |
|||
|
DecimalProperty Decimal property, map to Decimal python object |
|||
|
BooleanProperty Boolean property, map to python bool |
|||
|
FloatProperty Float property, map to python float |
|||
|
DateTimeProperty DateTime property. |
|||
|
DateProperty Date property, like DateTime property but only for Date. |
|||
|
TimeProperty Date property, like DateTime property but only for time. |
|||
|
SchemaProperty Schema property. |
|||
|
ListProperty A property that stores a list of things. |
|||
|
DictProperty A property that stores a dict of things |
|||
|
StringListProperty shorthand for list that should containe only unicode |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
convert a value to json using appropriate regexp. For Dates we use ISO 8601. Decimal are converted to string. |
convert a json value to python type using regexp. values converted have been put in json via `value_to_json` . |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jan 25 14:23:32 2010 | http://epydoc.sourceforge.net |