diff options
| author | Ramiro Morales <ramiro@users.noreply.github.com> | 2018-09-13 13:29:48 -0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-09-13 12:29:48 -0400 |
| commit | 1b1f64ee5a78cc217fead52cbae23114502cf564 (patch) | |
| tree | c6baf64db6c3b7a381fd45639b189ef072e4a960 /docs/ref | |
| parent | c52ecbda615594750ae59b789313a29893950b3d (diff) | |
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Thanks Ramiro Morales for contributing to the patch.
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:: |
