Skip to content

Commit fb13cbb

Browse files
committed
Add OPTIONS
1 parent 2ef9fe6 commit fb13cbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_mongodb/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def parse(uri):
4545
"HOST": host,
4646
"USER": uri.get("username"),
4747
"PASSWORD": uri.get("password"),
48+
"OPTIONS": uri.get("options"),
4849
}
4950

5051
if port:

0 commit comments

Comments
 (0)