Begun GridFS documentation

This commit is contained in:
Steve Challis
2010-10-17 23:43:58 +01:00
parent 67a9b358a0
commit dc7181a3fd
4 changed files with 31 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ __all__ = ['StringField', 'IntField', 'FloatField', 'BooleanField',
RECURSIVE_REFERENCE_CONSTANT = 'self'
class StringField(BaseField):
"""A unicode string field.
"""