Opened 17 years ago

Closed 16 years ago

#4790 closed (wontfix)

Ellipses in django.views.debug.TECHNICAL_500_TEMPLATE

Reported by: Collin Anderson <cmawebsite@…> Owned by: nobody
Component: HTTP handling Version: dev
Severity: Keywords: debug template
Cc: Triage Stage: Design decision needed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Is there a point to the elipse in django.views.debug.TECHNICAL_500_TEMPLATE? I have found that it sometimes overlaps the code on the next line of the post context. Can we remove it?

Attachments (1)

4790ellipses.patch (1.1 KB ) - added by Collin Anderson <cmawebsite@…> 17 years ago.

Download all attachments as: .zip

Change History (4)

by Collin Anderson <cmawebsite@…>, 17 years ago

Attachment: 4790ellipses.patch added

comment:1 by anonymous, 17 years ago

Summary: Elipse in django.views.debug.TECHNICAL_500_TEMPLATEEllipses in django.views.debug.TECHNICAL_500_TEMPLATE

comment:2 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedDesign decision needed

comment:3 by Jacob, 16 years ago

Resolution: wontfix
Status: newclosed

No, we can't -- they're used to indicate that the line of code can be expanded to show more context.

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