Skip to content

Commit 56d4765

Browse files
author
Mark Unsworth
committed
stop making writes unsafe
1 parent 7a3adcf commit 56d4765

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

django_mongodb_engine/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,7 @@ def pop(name, default=None):
252252
document_class=dict,
253253
tz_aware=False,
254254
_connect=True,
255-
auto_start_request=True,
256-
safe=False
255+
auto_start_request=True
257256
)
258257
conn_options.update(options)
259258

0 commit comments

Comments
 (0)