Searched refs:db_connection (Results 1 – 8 of 8) sorted by relevance
70 self.db_connection = None94 if self.db_connection is None:95 self.db_connection = self.open_connection()96 return self.db_connection102 self.db_connection.disconnect()
66 self.assertTrue(connection_manager.db_connection ==91 self.assertTrue(connection_manager.db_connection is None)
314 _db_manager.db_connection = (
43 from django.db import connection as db_connection unknown1762 db_connection.cursor()2246 with contextlib.closing(db_connection.cursor()) as cursor:
686 db_connection = DatabaseConnection()687 with db_connection as cursor:
371 db_connection = DatabaseConnection()372 with db_connection as cursor:
687 db_connection = DatabaseConnection()688 with db_connection as cursor:
375 db_connection = DatabaseConnection()376 with db_connection as cursor: