Commit 2afbc6b7 authored by Tim Graham's avatar Tim Graham
Browse files

[1.9.x] Fixed #26233 -- Fixed invalid reSt in models.Q docstring.

Backport of 70d3f81c from master
parent 0d2b97ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,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'