Removed debugger import
This commit is contained in:
parent
074e0f5aca
commit
27a57b7aed
|
@ -356,7 +356,6 @@ class Constraint(object):
|
||||||
warnings.warn(
|
warnings.warn(
|
||||||
"The Constraint class will be removed in Django 1.9. Use Lookup class instead.",
|
"The Constraint class will be removed in Django 1.9. Use Lookup class instead.",
|
||||||
PendingDeprecationWarning)
|
PendingDeprecationWarning)
|
||||||
import ipdb; ipdb.set_trace()
|
|
||||||
self.alias, self.col, self.field = alias, col, field
|
self.alias, self.col, self.field = alias, col, field
|
||||||
|
|
||||||
def prepare(self, lookup_type, value):
|
def prepare(self, lookup_type, value):
|
||||||
|
|
Loading…
Reference in New Issue