Home | Trees | Indices | Help |
|
---|
|
The rating field is an integer field that is visualized as a number of stars that can be selected:
class Movie(Entity): title = Field(Unicode(60), required=True) rating = Field(camelot.types.Rating())
Nested Classes | |
impl A type for int integers. |
Instance Methods | |
Inherited from Inherited from Inherited from |
Properties | |
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:41:38 2010 | http://epydoc.sourceforge.net |