summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-09-26 16:14:06 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-09-26 16:14:06 +0000
commita07aafe007cd83e4e4afb26d47f865608bd7ee65 (patch)
treee66930d73e33ef6ac014f8931d2bf2e18b6c3e40
parent38d80f8894d1b9978c21f8d214872f4c559a51dd (diff)
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
-rw-r--r--django/db/backends/mysql/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/backends/mysql/base.py b/django/db/backends/mysql/base.py
index 140c6da6ff..23ea76316f 100644
--- a/django/db/backends/mysql/base.py
+++ b/django/db/backends/mysql/base.py
@@ -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: