mirror of
https://github.com/django/django.git
synced 2025-01-24 17:19:19 +00:00
Removed DatabaseWrapper.psycopg2_version.
Unused since 3adc5f1ee6618a615db07d4a868b366a15c39f82.
This commit is contained in:
parent
379caf397e
commit
690fc30d44
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user