1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #14218 -- Added Paginator.__iter__().

This commit is contained in:
Tanner Stirrat
2019-09-20 15:04:34 -06:00
committed by Carlton Gibson
parent 84322a29ce
commit 17595407ca
4 changed files with 25 additions and 2 deletions

View File

@@ -162,6 +162,11 @@ Models
* ...
Pagination
~~~~~~~~~~
* Support for iterating over ``Paginator`` was added.
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~