Skip to content

v1.0.5

Compare
Choose a tag to compare
@SethSharp SethSharp released this 04 Apr 03:03
· 49 commits to main since this release
889023e

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:

  1. a attribute called is_published which is appended to every blog model
  2. Have also implement a show method for the BlogPolicy