Added dictionary-style access to documents
Added __init__.py info to package, moved TopLevelDocumentMetaclass to base.py, added tests for dictionary-style access.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import unittest
|
||||
|
||||
from mongomap.document import Document
|
||||
from mongomap.fields import *
|
||||
from mongomap import *
|
||||
|
||||
|
||||
class FieldTest(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user