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:
committed by
Carlton Gibson
parent
84322a29ce
commit
17595407ca
@@ -162,6 +162,11 @@ Models
|
||||
|
||||
* ...
|
||||
|
||||
Pagination
|
||||
~~~~~~~~~~
|
||||
|
||||
* Support for iterating over ``Paginator`` was added.
|
||||
|
||||
Requests and Responses
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user