From 1b1f64ee5a78cc217fead52cbae23114502cf564 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Thu, 13 Sep 2018 13:29:48 -0300 Subject: Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries. Thanks Ramiro Morales for contributing to the patch. --- docs/ref/models/options.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/ref') 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 - `. + ` but this won't be the case starting + in Django 3.1. .. warning:: -- cgit v1.3