Release | September 13, 2023

Nephila releases djangocms-blog 2.0

5 minutes read

The long awaited udpdate of one of the most used django CMS plugins is finally here: djangocms-blog 2.0.2 for django CMS v3. The team at Nephila, a highly respected long-time member of the django CMS Association, put in all the work! We are super grateful for the contribution!

Features

  • Add include in rss field to post, to be able to exclude blog items from rss feed. (#663)
  • Add a CMS toolbar item for category and tag list (#676)
  • Add optional BLOG_UNICODE_SLUGS setting that disable unicode in blog posts slugs. (#707)
  • Improve meta image size handling (#718)
  • Port to django 3.2/4.1 - django CMS 3.11 (#720)
  • Add default_auto_field to BlogAppConfig (#737)

Bugfixes

  • Fix distinct preventing post delete from admin (#683)
  • See description here: #699 (#699)
  • Add classname for categories and tags that uses slug, not empty "count". (#710)
  • Fix pre-commit flake8 repo url (#715)
  • Fix template urls not respecting namespaces (#723)
  • Do not show a post detail published on another site (#724)

More infos on the update here: https://github.com/nephila/djangocms-blog/releases

Community news

Inside the Work That Moves django CMS Forward

As the django CMS fellows, we have spent this year so far strengthening that foundation and making new capabilities available to developers and editors.

Tutorials

django CMS 5.1: Your CMS, Your Way — Now Easier to Set Up Than Ever

Setting up a powerful CMS shouldn’t be the hardest part of building a website. With django CMS 5.1, it no longer has to be.

Article

Plugin Architecture Is Editor Experience

Lessons from building the component architecture behind the new django CMS website.