Opened 10 years ago

Closed 9 years ago

#23190 closed Cleanup/optimization (fixed)

Make paginator.page_range an iterator.

Reported by: Collin Anderson Owned by: Rigel Di Scala
Component: Core (Other) Version: dev
Severity: Normal Keywords:
Cc: cmawebsite@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

For 1.8, originally proposed in #23088, though had issues #23140.

The change would need to be documented in the release notes as backwards-incompatible.

And we would need to fix the examples #23158.

Change History (5)

comment:1 by Tim Graham, 10 years ago

Easy pickings: unset
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:2 by Rigel Di Scala, 9 years ago

Owner: changed from nobody to Rigel Di Scala
Status: newassigned

comment:3 by Rigel Di Scala, 9 years ago

Has patch: set

Pull request for this change: https://github.com/django/django/pull/4826

comment:4 by Tim Graham, 9 years ago

Patch needs improvement: set

Comments left for improvement.

comment:5 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In b91a2a4:

Fixed #23190 -- Made Paginator.page_range an iterator

Note: See TracTickets for help on using tickets.
Back to Top