summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/querysets.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index 7b6709ae8c..c840b6cd89 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -2645,7 +2645,8 @@ unique field in the order that is specified without conflicts. For example::
.. note::
- If the ``order_by()`` clause contains annotations, it will be ignored.
+ ``order_by()`` clause will be ignored if it contains annotations, inherited
+ fields, or lookups spanning relations.
``delete()``
~~~~~~~~~~~~