mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #29703 -- Deprecated QuerySetPaginator alias.
Unused since 4406d283e1
.
This commit is contained in:
parent
44f98f7880
commit
ed4bfacb3c
4 changed files with 22 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue