Skip to content

Commit e257266

Browse files
author
Mark Unsworth
committed
Merge branch 'feature/atomic-updates'
2 parents 88812a3 + 568dd07 commit e257266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_mongodb_engine/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
class DatabaseFeatures(NonrelDatabaseFeatures):
3939
supports_microsecond_precision = False
4040
supports_long_model_names = False
41+
distinguishes_insert_from_update = True
4142

4243

4344
class DatabaseOperations(NonrelDatabaseOperations):

0 commit comments

Comments
 (0)