diff options
| -rw-r--r-- | django/db/backends/postgresql/base.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/django/db/backends/postgresql/base.py b/django/db/backends/postgresql/base.py index 0e4263dd0b..fbe444988a 100644 --- a/django/db/backends/postgresql/base.py +++ b/django/db/backends/postgresql/base.py @@ -267,10 +267,6 @@ class DatabaseWrapper(BaseDatabaseWrapper): return nodb_connection @cached_property - def psycopg2_version(self): - return PSYCOPG2_VERSION - - @cached_property def pg_version(self): with self.temporary_connection(): return self.connection.server_version |
