Changeset - 02d97d1a7290
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-03-31 15:43:13
bkuhn@ebb.org
Additional feed_dict deprecation issue.

This use of feed_dict was not properly corrected when changes were made
due to feed_dict deprecation.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/feeds.py
Show inline comments
...
 
@@ -256,3 +256,3 @@ def view(request):
 

	
 
    feeds = feed_dict.values()
 
    feeds = (PressReleaseFeed, BlogFeed, OmnibusFeed)
 
    return render_to_response("feeds.html", {'feeds': feeds})
0 comments (0 inline, 0 general)