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/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index d7b02fa3bc..7043391527 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -19,6 +19,8 @@ details on these changes. * ``django.core.paginator.QuerySetPaginator`` will be removed. +* A model's ``Meta.ordering`` will no longer affect ``GROUP BY`` queries. + .. _deprecation-removed-in-3.0: 3.0 -- cgit v1.3