blog_blog.rst 584 B

123456789101112131415161718192021222324
  1. _blog_blog:
  2. blog.blog
  3. =========
  4. In ``blog.blog``, added field ``subtitle`` which Indicates the subtitle of blogs.
  5. - ``subtitle``: fields.char('Blog Subtitle')
  6. mail.message
  7. ============
  8. In ``mail.message``, added field ``discussion`` which Indicates the unique identification
  9. of paragraph on blog post.
  10. - ``discussion``: fields.char('Discussion Unique Name')
  11. blog.post
  12. =========
  13. Fields
  14. ++++++
  15. - ``sub_title`` : contains the subtitle of every blog post.
  16. - ``visits`` : Indicates the number of visits on evry blog post.
  17. - ``ranking`` : Indicates the ranking on every blog post.