1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #29703 -- Removed QuerySetPaginator alias per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2019-09-06 08:07:20 +02:00
parent cb2be9d5d5
commit 81993b47ea
3 changed files with 3 additions and 19 deletions

View File

@@ -232,6 +232,8 @@ to remove usage of these features.
* ``django.utils.timezone.FixedOffset`` is removed.
* ``django.core.paginator.QuerySetPaginator`` is removed.
* ``django.contrib.postgres.fields.FloatRangeField`` and
``django.contrib.postgres.forms.FloatRangeField`` are removed.