diff options
Diffstat (limited to 'django/db/backends/postgresql')
| -rw-r--r-- | django/db/backends/postgresql/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/postgresql/base.py b/django/db/backends/postgresql/base.py index af616e48c4..383601e477 100644 --- a/django/db/backends/postgresql/base.py +++ b/django/db/backends/postgresql/base.py @@ -232,7 +232,7 @@ class DatabaseWrapper(BaseDatabaseWrapper): else: return True - @cached_property + @property def _nodb_connection(self): nodb_connection = super(DatabaseWrapper, self)._nodb_connection try: |
