Got EmbeddedDocumentFields working
Added validation on EmbeddedDocumentField, added tests for EmbeddedDocumentFields.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
from document import Document
|
||||
import document
|
||||
from document import *
|
||||
import fields
|
||||
from fields import *
|
||||
|
||||
__all__ = fields.__all__ + ['Document']
|
||||
__all__ = document.__all__ + fields.__all__
|
||||
|
||||
__author__ = 'Harry Marr'
|
||||
__version__ = '0.1'
|
||||
|
||||
Reference in New Issue
Block a user