Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#22112 closed Cleanup/optimization (fixed)

Add pattern_name to Flattened Index of Redirect View

Reported by: nikunj.sg@… Owned by: alasdair
Component: Documentation Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Change History (4)

comment:1 by alasdair, 10 years ago

Owner: changed from nobody to alasdair
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by alasdair, 10 years ago

Has patch: set

comment:3 by Baptiste Mispelon <bmispelon@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In 462edd22e5577ff9ee6477f7572b571700d1a2aa:

Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened index

Also moved accessor method get_redirect_url next to its attribute url
for consistency with the other views.

Thanks nikunj.sg for the report

comment:4 by Baptiste Mispelon <bmispelon@…>, 10 years ago

In 39b099bdd26798566621f2c13957d587a3e3c387:

[1.6.x] Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened index

Also moved accessor method get_redirect_url next to its attribute url
for consistency with the other views.

Thanks nikunj.sg for the report

Backport of 462edd22e5577ff9ee6477f7572b571700d1a2aa from master.

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