summaryrefslogtreecommitdiff
path: root/docs/releases/6.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/6.0.txt')
-rw-r--r--docs/releases/6.0.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt
index 9e74856664..c604638deb 100644
--- a/docs/releases/6.0.txt
+++ b/docs/releases/6.0.txt
@@ -199,6 +199,14 @@ Models
:ref:`a forced update <ref-models-force-insert>` results in no affected rows,
instead of a generic :exc:`django.db.DatabaseError`.
+Pagination
+~~~~~~~~~~
+
+* The new :class:`~django.core.paginator.AsyncPaginator` and
+ :class:`~django.core.paginator.AsyncPage` provide async implementations of
+ :class:`~django.core.paginator.Paginator` and
+ :class:`~django.core.paginator.Page` respectively.
+
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~