Skip to content

Commit 3c7f8ba

Browse files
author
Richard Jones
committed
include "context" always, as documented [SF#965447]
1 parent 7421d07 commit 3c7f8ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Fixed:
1111
- fixed Boolean values in postgresql (sf bugs 972546 and 972600)
1212
- fixed -g arg to roundup-server (sf bug 973946)
1313
- better roundup-server usage string (sf bug 973352)
14+
- include "context" always, as documented (sf bug 965447)
1415

1516

1617
2004-06-10 0.7.4

roundup/cgi/templating.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ class utils(client.instance.interfaces.TemplatingUtils, utils):
196196
pass
197197

198198
c = {
199+
'context': None,
199200
'options': {},
200201
'nothing': None,
201202
'request': request,

0 commit comments

Comments
 (0)