From 0ddb4ebf7bfcc4730c80a772dd146a49ef6895f6 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sat, 7 Sep 2019 19:28:19 +0200 Subject: Refs #14357 -- Made Meta.ordering not affect GROUP BY queries. Per deprecation timeline. --- docs/ref/models/options.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/ref/models') 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 - ` 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 -- cgit v1.3