mongoengine/docs
Florian Schlachter 48facec524 Fixes tiny documentation error. Adds possibility to add custom validation methods to fields, e. g.:
class Customer(Document):
        country = StringField(validation=lambda value: value in ['DE', 'AT', 'CH'])

Replaced some str() with unicode() for i18n reasons.
2010-04-16 16:59:34 +02:00
..
_themes/nature Added API Reference to docs 2009-12-19 16:04:05 +00:00
code Added docs directory, started tutorial 2009-11-22 23:26:21 +00:00
guide Fixes tiny documentation error. Adds possibility to add custom validation methods to fields, e. g.: 2010-04-16 16:59:34 +02:00
apireference.rst Deprecated 'name' arg for fields in favour of 'db_field' 2010-03-17 13:47:23 +00:00
changelog.rst Bump to v0.3 2010-03-17 16:50:13 +00:00
conf.py merged conflicts 2010-03-09 15:19:14 -06:00
django.rst Moved validate() to BaseDocument 2010-01-13 16:41:57 +00:00
index.rst Bump to v0.3 2010-03-17 16:50:13 +00:00
Makefile Added API Reference to docs 2009-12-19 16:04:05 +00:00
tutorial.rst Updated docs to reflect validation changes 2010-01-03 22:44:27 +00:00