So when I use the existing blog_post_list view and template thats set up 
with Mezzanine my blog posts display the categories for each post fine.

However when I'm trying to create my own view, and get all the blog posts I 
can't get the categories for each blog.

for x in blog_posts:
 print x.categories

blog.BlogCategory.None
blog.BlogCategory.None
blog.BlogCategory.None


Any idea what I'm doing wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to