Kaydet (Commit) 690fc30d authored tarafından Sergey Fedoseev's avatar Sergey Fedoseev Kaydeden (comit) Tim Graham

Removed DatabaseWrapper.psycopg2_version.

Unused since 3adc5f1e.
üst 379caf39
......@@ -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():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment