Package snakelegs :: Module fields
[hide private]
[frames] | no frames]

Module fields

Classes [hide private]
  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.
Variables [hide private]
  __package__ = 'snakelegs'