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

Backport of 70d3f81ca4 from master
This commit is contained in:
Tim Graham 2016-02-18 08:44:53 -05:00
parent 2029105670
commit 33525bb120
1 changed files with 1 additions and 1 deletions

View File

@ -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'