mirror of https://github.com/django/django.git
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
This commit is contained in:
parent
ade4a1246c
commit
8aec66f144
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue