Opened 16 years ago

Closed 16 years ago

#7286 closed (fixed)

Use functools wraps on the django.db.transaction decorators

Reported by: Chris Beaven Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Keywords:
Cc: 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

These decorators don't use the wraps method like they should.

Attachments (1)

transaction-decorators-wraps.diff (1.1 KB ) - added by Chris Beaven 16 years ago.

Download all attachments as: .zip

Change History (3)

by Chris Beaven, 16 years ago

comment:1 by Chris Beaven, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [7558]) Fixed #7286 -- Added functools wrapping to the transaction decorators. Thanks, SmileyChris.

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