Skip to content

Commit ae6dc75

Browse files
committed
fix
1 parent e819619 commit ae6dc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/connect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ example:
166166
DATABASES["default"] = django_mongodb_backend.parse_uri(
167167
MONGODB_URI,
168168
db_name="<database name>",
169-
options={"retryWrites": "true", "w": "majority"}
169+
options={"retryWrites": True, "w": "majority"}
170170
)
171171

172172
Additional Information

0 commit comments

Comments
 (0)