mirror of
https://github.com/django/django.git
synced 2025-07-19 17:19:12 +00:00
[1.8.x] Fixed #26233 -- Fixed invalid reSt in models.Q docstring.
Backport of 70d3f81ca4ea7e1e1310e13ce0a633d7f920d45b from master
This commit is contained in:
parent
2029105670
commit
33525bb120
@ -42,7 +42,7 @@ class QueryWrapper(object):
|
|||||||
class Q(tree.Node):
|
class Q(tree.Node):
|
||||||
"""
|
"""
|
||||||
Encapsulates filters as objects that can then be combined logically (using
|
Encapsulates filters as objects that can then be combined logically (using
|
||||||
& and |).
|
`&` and `|`).
|
||||||
"""
|
"""
|
||||||
# Connection types
|
# Connection types
|
||||||
AND = 'AND'
|
AND = 'AND'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user