Django Book 翻译
菜单>:
TOC
返回
原文:
Sometimes, the Django query syntax by itself cant easily express a complex ``WHERE`` clause. For these edge cases, Django provides the ``extra()`` ``QuerySet`` modifier a hook for injecting specific clauses into the SQL generated by a ``QuerySet`` .
翻译:
备注:
译者: