Django Book 翻译
菜单>:
TOC
返回
原文:
You can compose statements of arbitrary complexity by combining ``Q`` objects with the ``&`` and ``|`` operators. You can also use parenthetical grouping.
翻译:
你可以用运算符``&``和 ``|``连接``Q`` 对象组成任意复杂的语句。你也可以使用附加组。
备注:
译者: