mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.
Per deprecation timeline.
This commit is contained in:
@@ -234,6 +234,8 @@ to remove usage of these features.
|
||||
|
||||
* ``django.core.paginator.QuerySetPaginator`` is removed.
|
||||
|
||||
* A model's ``Meta.ordering`` doesn't affect ``GROUP BY`` queries.
|
||||
|
||||
* ``django.contrib.postgres.fields.FloatRangeField`` and
|
||||
``django.contrib.postgres.forms.FloatRangeField`` are removed.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user