v1.0.5
This removes the is_draft
column - if we have the date of publishment (published_at
) we can determine if the blog is a draft or not.
This integrates:
- a attribute called
is_published
which is appended to every blog model - Have also implement a show method for the
BlogPolicy