1
0
mirror of https://github.com/django/django.git synced 2025-07-18 16:49:13 +00:00

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

Backport of 70d3f81ca4ea7e1e1310e13ce0a633d7f920d45b from master
This commit is contained in:
Tim Graham 2016-02-18 08:44:53 -05:00
parent 0d2b97ca18
commit 2afbc6b7be

View File

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