Edgewall Software

Opened 9 years ago

Closed 9 years ago

#11929 closed enhancement (fixed)

Replace uses of with_transaction decorator — at Version 1

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 with_transaction decorator with transaction context manager.

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.

Change History (1)

comment:1 by Ryan J Ollos, 9 years ago

Release Notes: modified (diff)
Resolution: fixed
Status: newclosed

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].

Note: See TracTickets for help on using tickets.