Skip to content

Commit

Permalink
1.3.1dev: Don't schedule removal of deprecated Formatter.req
Browse files Browse the repository at this point in the history
It's used by macros that get passed a `Formatter` argument.

Merge of r14894 from 1.2-stable.

Refs #11901.


git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@14895 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
rjollos committed Jul 1, 2016
2 parents 22f4ad9 + 2b44ab0 commit 433fbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trac/wiki/formatter.py
Expand Up @@ -428,7 +428,7 @@ def __init__(self, env, context):
self.env = env
self.context = context.child()
self.context.set_hints(disable_warnings=True)
self.req = context.req # Deprecated and will be removed in 1.3.1
self.req = context.req
self.href = context.href
self.resource = context.resource
self.perm = context.perm
Expand Down

0 comments on commit 433fbf8

Please sign in to comment.