Browse Source

Refs #14218 -- Adjusted release note to use present tense.

Thanks to Tim Graham for review.
Carlton Gibson 5 years ago
parent
commit
f4ac9ae8d9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/releases/3.1.txt

+ 2 - 1
docs/releases/3.1.txt

@@ -168,7 +168,8 @@ Models
 Pagination
 ~~~~~~~~~~
 
-* Support for iterating over ``Paginator`` was added.
+* :class:`~django.core.paginator.Paginator` can now be iterated over to yield
+  its pages.
 
 Requests and Responses
 ~~~~~~~~~~~~~~~~~~~~~~