Skip to content

Commit d9de716

Browse files
committed
Dont drop dummy collection
1 parent 3f5fd14 commit d9de716

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

django_mongodb_backend/features.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,5 +628,3 @@ def supports_atlas_search(self):
628628
return False
629629
else:
630630
return True
631-
finally:
632-
collection.drop()

0 commit comments

Comments
 (0)