From: Stephen Burrows Date: Sun, 26 Jun 2011 15:55:54 +0000 (-0400) Subject: Tweaked the FeedView API slightly to pass the object from get_object into the get_ite... X-Git-Tag: philo-0.9.1^2~5^2~10 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/f416df370e38f3df4d153d1e88984d03ee635fb6?hp=f416df370e38f3df4d153d1e88984d03ee635fb6 Tweaked the FeedView API slightly to pass the object from get_object into the get_items callback. This allows for FeedViews that do not have FK relationships to the object. ---