Modify ↓
Opened 11 years ago
Closed 11 years ago
#11929 closed enhancement (fixed)
Replace uses of with_transaction decorator
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.4 |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: |
Replaced use of deprecated |
||
| API Changes: | |||
| Internal Changes: | |||
Description
The with_transaction decorator will be removed in Trac 1.3.1. We should remove all uses of it in the codebase. Similar to #11913.
Attachments (0)
Change History (1)
comment:1 by , 11 years ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Turns out I really didn't need a dedicated ticket for this. The changes were small and could have been a part of #11913. Committed to trunk in [13678].