diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/options.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt index 246f3e7d9a..3994e408a5 100644 --- a/docs/ref/models/options.txt +++ b/docs/ref/models/options.txt @@ -285,7 +285,8 @@ 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>`. + <aggregation-ordering-interaction>` but this won't be the case starting + in Django 3.1. .. warning:: |
