Re: [mezzanine-users] Re: Blogposts visible on site but not in admin panel.

2016-09-15 Thread Eduardo Rivas
Hi Michael. You're passing a variable called blog.blogpost to Mezzanine, which doesn't exist in the Python scope. 1. You have to add quotes around the model name to treat it as a string, not a variable: "blog.blogpost" 2. You need to add a comma after the name so the parentheses is treated

[mezzanine-users] Re: Blogposts visible on site but not in admin panel.

2016-09-15 Thread Michael Ketiku
Hi Stephen, What exactly does the link you sent mean. It says that Models that subclass Ownable and use the OwnableAdmin have their admin > change-list records filtered down to records owned by the current user. > This setting contains a sequence of models in the format >

[mezzanine-users] Do you think this is a good idea?

2016-09-15 Thread Marcus
At the moment every blogpost for staff users that are set to be draft is visible on the blog list. That means that if I have mulitple sites and users that have the staff user permission to their own site could see those posts as well. Also, comments that are waiting to be approved is displayed