We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef9fe6 commit fb13cbbCopy full SHA for fb13cbb
django_mongodb/utils.py
@@ -45,6 +45,7 @@ def parse(uri):
45
"HOST": host,
46
"USER": uri.get("username"),
47
"PASSWORD": uri.get("password"),
48
+ "OPTIONS": uri.get("options"),
49
}
50
51
if port:
0 commit comments