Loading django/db/models/sql/where.py +0 −8 Original line number Diff line number Diff line Loading @@ -12,14 +12,6 @@ AND = 'AND' 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): """ Used to represent the SQL where-clause. Loading Loading
django/db/models/sql/where.py +0 −8 Original line number Diff line number Diff line Loading @@ -12,14 +12,6 @@ AND = 'AND' 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): """ Used to represent the SQL where-clause. Loading