From 8aec66f144d51bc176ea01431eef23c0c40ed6d1 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Fri, 27 Jun 2008 03:48:11 +0000 Subject: [PATCH] Removed a dead line that was left in [7773] by accident. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7774 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/db/models/sql/where.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django/db/models/sql/where.py b/django/db/models/sql/where.py index eed3bf0e21..bf45bceb4b 100644 --- a/django/db/models/sql/where.py +++ b/django/db/models/sql/where.py @@ -100,7 +100,6 @@ class WhereNode(tree.Node): lhs = '%s.%s' % (qn(table_alias), qn(name)) else: lhs = qn(name) - ##db_type = field and field.db_type() or None field_sql = connection.ops.field_cast_sql(db_type) % lhs if value_annot is datetime.datetime: