#33425 closed Bug (fixed)
Technical 404 debug page reported incorrect view name for CBVs.
Reported by: | Mariusz Felisiak | Owned by: | Keryn Knight |
---|---|---|---|
Component: | Error reporting | Version: | 4.0 |
Severity: | Release blocker | Keywords: | |
Cc: | Adam Johnson | 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
Technical 404 debug page reported incorrect view name for CBVs, e.g.
Raised by: view_tests.views.<class 'view_tests.views.Http404View'>
instead of
Raised by: view_tests.views.Http404View
Regression in 0c0b87725bbcffca3bc3a7a2c649995695a5ae3b.
Thanks Keryn Knight for the report.
Change History (4)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR