Removed DatabaseWrapper.psycopg2_version.

Unused since 3adc5f1ee6.
This commit is contained in:
Sergey Fedoseev 2017-09-06 09:51:48 -04:00 committed by Tim Graham
parent 379caf397e
commit 690fc30d44
1 changed files with 0 additions and 4 deletions

View File

@ -266,10 +266,6 @@ class DatabaseWrapper(BaseDatabaseWrapper):
allow_thread_sharing=False)
return nodb_connection
@cached_property
def psycopg2_version(self):
return PSYCOPG2_VERSION
@cached_property
def pg_version(self):
with self.temporary_connection():