Gikta_python

Results 1 comments of Gikta_python

> Same problem: > > ``` > self = , name = None > > def _cursor(self, name=None): > self.ensure_connection() > with self.wrap_database_errors: > > return self._prepare_cursor(self.create_cursor(name)) > > venv/lib/python3.9/site-packages/django/db/backends/base/base.py:237:...