Opened 17 years ago
Closed 17 years ago
#7286 closed (fixed)
Use functools wraps on the django.db.transaction decorators
Description ¶
These decorators don't use the wraps
method like they should.
Change History (3)
by , 17 years ago
Attachment: | transaction-decorators-wraps.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7558]) Fixed #7286 -- Added functools wrapping to the transaction decorators. Thanks, SmileyChris.