diff options
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/options.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt index 87f1e4b15c..e1d927b4e5 100644 --- a/docs/ref/models/options.txt +++ b/docs/ref/models/options.txt @@ -284,10 +284,6 @@ Django quotes column and table names behind the scenes. ordering = [F('author').asc(nulls_last=True)] - Default ordering also affects :ref:`aggregation queries - <aggregation-ordering-interaction>` but this won't be the case starting - in Django 3.1. - .. warning:: Ordering is not a free operation. Each field you add to the ordering |
