()
| 274 | thread_connections = [] |
| 275 | |
| 276 | def create_object(): |
| 277 | Object.objects.create() |
| 278 | thread_connections.append(connections[DEFAULT_DB_ALIAS].connection) |
| 279 | |
| 280 | main_connection = connections[DEFAULT_DB_ALIAS].connection |
| 281 | try: |
no test coverage detected