summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorRamiro Morales <ramiro@users.noreply.github.com>2018-09-13 13:29:48 -0300
committerTim Graham <timograham@gmail.com>2018-09-13 12:29:48 -0400
commit1b1f64ee5a78cc217fead52cbae23114502cf564 (patch)
treec6baf64db6c3b7a381fd45639b189ef072e4a960 /docs/internals
parentc52ecbda615594750ae59b789313a29893950b3d (diff)
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Thanks Ramiro Morales for contributing to the patch.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
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