mirror of
https://github.com/django/django.git
synced 2025-03-25 00:30:45 +00:00
Removed one more legacy bit from [3855]. Refs #2827.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
38d80f8894
commit
a07aafe007
@ -61,7 +61,6 @@ class DatabaseWrapper(local):
|
||||
def __init__(self):
|
||||
self.connection = None
|
||||
self.queries = []
|
||||
self.server_version = None
|
||||
|
||||
def _valid_connection(self):
|
||||
if self.connection is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user