Re: [mezzanine-users] Little bug with blog post related posts template block?

2015-07-05 Thread Stephen McDonald
Right you are, fixed here: https://github.com/stephenmcd/mezzanine/commit/69fcdac74d6d283d9284f5e75b6869b27c81734d Thanks! On Fri, Jul 3, 2015 at 4:33 PM, Lee H. popov.gh...@gmail.com wrote: The template block for related posts in the blog detail template has `for post in

[mezzanine-users] Little bug with blog post related posts template block?

2015-07-03 Thread Lee H.
The template block for related posts in the blog detail template has `for post in blog_post.related_posts.all`, shouldn't it be `for post in blog_post.related_posts.published` (or rather published for that user...)? The way things are now, if a related post is unpublished it still gets linked