Fixed #29703 -- Deprecated QuerySetPaginator alias.

Unused since 4406d283e1.
This commit is contained in:
Nick Pope 2018-08-22 19:40:14 +01:00 committed by Tim Graham
parent 44f98f7880
commit ed4bfacb3c
4 changed files with 22 additions and 2 deletions

View file

@ -17,6 +17,8 @@ details on these changes.
* ``django.utils.timezone.FixedOffset`` will be removed.
* ``django.core.paginator.QuerySetPaginator`` will be removed.
.. _deprecation-removed-in-3.0:
3.0

View file

@ -293,3 +293,6 @@ Miscellaneous
* ``django.utils.timezone.FixedOffset`` is deprecated in favor of
:class:`datetime.timezone`.
* The undocumented ``QuerySetPaginator`` alias of
``django.core.paginator.Paginator`` is deprecated.