mirror of
https://github.com/django/django.git
synced 2025-09-11 04:56:51 +00:00
parent
379caf397e
commit
690fc30d44
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue