Skip to content

Commit 64e25e3

Browse files
committed
rename json_field.py to json.py
1 parent 179f2bb commit 64e25e3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

django_mongodb/fields/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .auto import MongoAutoField
2-
from .json_field import register_fields
2+
from .json import register_fields
33

44
__all__ = ["MongoAutoField", "register_fields"]
File renamed without changes.

0 commit comments

Comments
 (0)