Removed debugger import

This commit is contained in:
Anssi Kääriäinen 2013-12-01 21:10:11 +02:00
parent 074e0f5aca
commit 27a57b7aed
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ class Constraint(object):
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):