Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#28109 closed Bug (fixed)

Paginator warning about unordered object list should have the appropriate stacklevel

Reported by: Simon Charette Owned by: nobody
Component: Core (Other) Version: 1.11
Severity: Release blocker Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Right now the warning points at Django's source which can be confusing as exemplified by #28108.

Refs #26290.

Change History (4)

comment:1 by Simon Charette, 7 years ago

Has patch: set

comment:2 by Claude Paroz, 7 years ago

Component: UncategorizedCore (Other)
Triage Stage: AcceptedReady for checkin

comment:3 by Simon Charette <charette.s@…>, 7 years ago

Resolution: fixed
Status: newclosed

In c0f12a0:

Fixed #28109 -- Corrected the stack level of unordered queryset pagination warnings.

Refs #26290.

Thanks Tim for the review.

comment:4 by Simon Charette <charette.s@…>, 7 years ago

In 395df007:

[1.11.x] Fixed #28109 -- Corrected the stack level of unordered queryset pagination warnings.

Refs #26290.

Thanks Tim for the review.

Backport of c0f12a098c0258eef3e9af982c17f5ef7f6c927d from master

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