mirror of
https://github.com/django/django.git
synced 2025-09-27 20:49:21 +00:00
Removed non-used EmptyShortCircuit
This commit is contained in:
parent
7145c8a62a
commit
4d3470e52e
1 changed files with 0 additions and 8 deletions
|
@ -12,14 +12,6 @@ AND = 'AND'
|
||||||
OR = 'OR'
|
OR = 'OR'
|
||||||
|
|
||||||
|
|
||||||
class EmptyShortCircuit(Exception):
|
|
||||||
"""
|
|
||||||
Internal exception used to indicate that a "matches nothing" node should be
|
|
||||||
added to the where-clause.
|
|
||||||
"""
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class WhereNode(tree.Node):
|
class WhereNode(tree.Node):
|
||||||
"""
|
"""
|
||||||
Used to represent the SQL where-clause.
|
Used to represent the SQL where-clause.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue