mirror of https://github.com/django/django.git
Fixed #26233 -- Fixed invalid reSt in models.Q docstring.
This commit is contained in:
parent
8fc0fe1ef4
commit
70d3f81ca4
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue