.. API documentation Fields ====== .. This gives the current doc section context awareness that it is about the ``xmm.models.fields`` module. .. module:: xmm.models.fields Models have various types of fields defined, those are Python descriptors and we are using modified versions of those provided by MongoEngine in our code. Fields define what filters can be used on them, how they are queried, how they will be displayed to the user and more. List of Fields -------------- .. autosummary:: BooleanField ColorField DateField DatetimeField DecimalField EmailField HtmlField IntegerField MediaField ReferenceField StringField TextField TimeField TimedeltaField UrlField