Skip to content

Commit 8cd39f5

Browse files
committed
wip ArrayField
1 parent 36c5718 commit 8cd39f5

File tree

4 files changed

+1886
-1
lines changed

4 files changed

+1886
-1
lines changed

django_mongodb/fields/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
from .array import ArrayField
12
from .auto import ObjectIdAutoField
23
from .duration import register_duration_field
34
from .json import register_json_field
45

5-
__all__ = ["register_fields", "ObjectIdAutoField"]
6+
__all__ = ["register_fields", "ArrayField", "ObjectIdAutoField"]
67

78

89
def register_fields():

0 commit comments

Comments
 (0)