Home | Trees | Indices | Help |
---|
|
Wrapper of couchdbkit Document and Properties for django. It also add possibility to a document to register itself in CouchdbkitHandler
|
|||
Options class based on django.db.models.options. |
|||
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. |
|||
SchemaListProperty A property that stores a list of things. |
|||
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 |
|||
SchemaDictProperty A property that stores a dict of things. |
|||
SetProperty A property that stores a Python set as a list of unique elements. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
DEFAULT_NAMES =
|
|||
__package__ =
|
|
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` . |
|
DEFAULT_NAMES
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri May 4 11:48:40 2012 | http://epydoc.sourceforge.net |