Commit 33525bb1 authored by Tim Graham's avatar Tim Graham
Browse files

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

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