Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#842 closed defect (fixed)

[patch] Technical 500 response broken in the presence of a local variable named "items"

Reported by: rjwittams Owned by: Jacob
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The vagaries of namespace overloading...

Attachments (1)

django-500-error.py (804 bytes ) - added by rjwittams 18 years ago.

Download all attachments as: .zip

Change History (3)

by rjwittams, 18 years ago

Attachment: django-500-error.py added

comment:1 by rjwittams, 18 years ago

BTW, this is the bug that boffbowsh fell foul of on Friday.

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1297]) Fixed #842 -- 500 error view no longer breaks for local variable named 'items'. Thanks, rjwittams

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