diff options
| author | Ömer Faruk Abacı <omerfabaci@gmail.com> | 2021-12-08 10:19:07 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-12-08 21:59:40 +0100 |
| commit | bb8435f5db6ed5caa33346387e925c8287f2c683 (patch) | |
| tree | d3543399a5d39128490294e3cabb42ceb6ad132d /docs | |
| parent | 15031852c5ef6b3713bb9766d918460ea46e254e (diff) | |
[4.0.x] Refs #33319 -- Added note about commutation of QuerySet's | operator.
Backport of f04b44bad40369ec2df74b16adb4d3f09350e4b2 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/querysets.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 484d8b4ff7..4680cee1e6 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -1911,6 +1911,9 @@ SQL equivalent: SELECT ... WHERE x=1 OR y=2 +``|`` is not a commutative operation, as different (though equivalent) queries +may be generated. + Methods that do not return ``QuerySet``\s ----------------------------------------- |
