Merge branch 'master' of git://github.com/ack/mongoengine
This commit is contained in:
commit
c148a5bbfc
1 changed files with 3 additions and 2 deletions
|
|
@ -8,9 +8,10 @@ import datetime
|
|||
import decimal
|
||||
|
||||
|
||||
__all__ = ['StringField', 'IntField', 'FloatField', 'BooleanField',
|
||||
__all__ = ['StringField', 'IntField', 'FloatField', 'BooleanField',
|
||||
'DateTimeField', 'EmbeddedDocumentField', 'ListField', 'DictField',
|
||||
'ObjectIdField', 'ReferenceField', 'ValidationError']
|
||||
'ObjectIdField', 'ReferenceField', 'ValidationError',
|
||||
'DecimalField', 'URLField']
|
||||
|
||||
|
||||
class StringField(BaseField):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue