Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#1472 closed defect (fixed)

[patch] commit_on_success hides original exception traceback

Reported by: Christopher Lenz <cmlenz@…> Owned by: Adrian Holovaty
Component: Core (Other) Version: magic-removal
Severity: minor 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

It should use just:

   raise

instead of:

    raise e

Attachments (1)

django_1472.diff (434 bytes ) - added by Christopher Lenz <cmlenz@…> 18 years ago.
Not really worth a patch, but hey ;-)

Download all attachments as: .zip

Change History (3)

by Christopher Lenz <cmlenz@…>, 18 years ago

Attachment: django_1472.diff added

Not really worth a patch, but hey ;-)

comment:1 by hugo, 18 years ago

Resolution: fixed
Status: newclosed

(In [2499]) magic-removal: fixed #1472, removed masking of original exception in transactional decorator

comment:2 by anonymous, 17 years ago

bu ne aq

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