Skip to content

Commit 292e74c

Browse files
author
Mark Unsworth
committed
removed use of the safe option which is now no longer used. All connections are safe by default and have been since the introduction of the MongoClient in pymongo 2.4
1 parent 681b712 commit 292e74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/settings/settings_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'default': {
33
'ENGINE': 'django_mongodb_engine',
44
'NAME': 'test',
5-
'OPTIONS': {'OPERATIONS': {'safe': True}},
5+
'OPTIONS': {'OPERATIONS': {}},
66
},
77
'other': {
88
'ENGINE': 'django_mongodb_engine',

0 commit comments

Comments
 (0)