diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2018-08-22 19:40:14 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-27 16:23:43 -0400 |
| commit | ed4bfacb3c942d0d32795e1a733b1b9367afd2e9 (patch) | |
| tree | 9a75d8337cc33a2e2bb4b6b325e8287d77ecbd82 /docs | |
| parent | 44f98f78804627839d5f0a8b3a32bfbb4546ff52 (diff) | |
Fixed #29703 -- Deprecated QuerySetPaginator alias.
Unused since 4406d283e13819b04556df21044089b7d119edb0.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 | ||||
| -rw-r--r-- | docs/releases/2.2.txt | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 6d8ff36835..d7b02fa3bc 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index ff692151ed..5881265cbf 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -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. |
