Additional feed_dict deprecation issue.
This use of feed_dict was not properly corrected when changes were made due to feed_dict deprecation.
This commit is contained in:
parent
d8f86fed28
commit
02d97d1a72
1 changed files with 1 additions and 1 deletions
|
@ -254,5 +254,5 @@ def view(request):
|
|||
"""Listing of all available feeds
|
||||
"""
|
||||
|
||||
feeds = feed_dict.values()
|
||||
feeds = (PressReleaseFeed, BlogFeed, OmnibusFeed)
|
||||
return render_to_response("feeds.html", {'feeds': feeds})
|
||||
|
|
Loading…
Reference in a new issue