mirror of
https://github.com/django/django.git
synced 2025-10-09 18:12:39 +00:00
Removed debugger import
This commit is contained in:
parent
074e0f5aca
commit
27a57b7aed
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue