mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Thanks Ramiro Morales for contributing to the patch.
This commit is contained in:
committed by
Tim Graham
parent
c52ecbda61
commit
1b1f64ee5a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user