Skip to content

Commit

Permalink
Removed debugger import
Browse files Browse the repository at this point in the history
  • Loading branch information
akaariai committed Dec 1, 2013
1 parent 074e0f5 commit 27a57b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django/db/models/sql/where.py
Expand Up @@ -356,7 +356,6 @@ def __init__(self, alias, col, field):
warnings.warn(
"The Constraint class will be removed in Django 1.9. Use Lookup class instead.",
PendingDeprecationWarning)
import ipdb; ipdb.set_trace()
self.alias, self.col, self.field = alias, col, field

def prepare(self, lookup_type, value):
Expand Down

0 comments on commit 27a57b7

Please sign in to comment.