We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a9a14 commit 4930851Copy full SHA for 4930851
django_mongodb_backend/creation.py
@@ -3,6 +3,8 @@
3
4
5
class DatabaseCreation(BaseDatabaseCreation):
6
+ destroy_test_db_connection_close_method = "close_pool"
7
+
8
def _execute_create_test_db(self, cursor, parameters, keepdb=False):
9
# Close the connection (which may point to the non-test database) so
10
# that a new connection to the test database can be established later.
0 commit comments