Loading django/db/models/query_utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ class QueryWrapper(object): class Q(tree.Node): """ Encapsulates filters as objects that can then be combined logically (using & and |). `&` and `|`). """ # Connection types AND = 'AND' Loading Loading
django/db/models/query_utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ class QueryWrapper(object): class Q(tree.Node): """ Encapsulates filters as objects that can then be combined logically (using & and |). `&` and `|`). """ # Connection types AND = 'AND' Loading