| Home | Trees | Indices | Help |
|---|
|
|
|
|||
|
BaseField The base class for all database field objects. |
|||
|
StringField A field that takes a string value |
|||
|
IntField A string that takes an int value |
|||
|
DecimalField A string that takes a Decimal or float value |
|||
|
DateTimeField A field that takes a date, time, ordatetime value. |
|||
|
BooleanField A field that takes a boolean value. |
|||
|
DictField A field that takes a python dictionary. |
|||
|
ListField A field that takes a sequence of objects. |
|||
|
ReferenceField A field holding a reference to another document of type ref_type. |
|||
|
RegexField A subclass of StringField that validates against a regular expression. |
|||
|
|||
__package__ =
|
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri May 20 23:31:51 2011 | http://epydoc.sourceforge.net |