mirror of
https://github.com/django/django.git
synced 2025-10-28 08:06:09 +00:00
Fixed #26233 -- Fixed invalid reSt in models.Q docstring.
This commit is contained in:
@@ -45,7 +45,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'
|
||||||
|
|||||||
Reference in New Issue
Block a user