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:
Adrian Holovaty 2006-09-26 16:14:06 +00:00
parent 38d80f8894
commit a07aafe007
1 changed files with 0 additions and 1 deletions

View File

@ -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: