Tweaked the FeedView API slightly to pass the object from get_object into the get_ite...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Sun, 26 Jun 2011 15:55:54 +0000 (11:55 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Sun, 26 Jun 2011 15:55:54 +0000 (11:55 -0400)
commitf416df370e38f3df4d153d1e88984d03ee635fb6
tree03a1d3090de3713d372bb728017283259e25f6bb
parent1a56dac4a9131e6c453ef496fe8a496969e8ff0d
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.
philo/contrib/penfield/models.py
philo/contrib/winer/models.py