Release | November 5, 2021

django-filer-2.1.1 released

After a year of release candidates, it was now time to officially release django-filer with SVG support.

5 minutes read

We are happy to announce that django-filer 2.1.1 has been released. Many thanks to Jacob Rief and all contributors who made this new version possible.

What is Django Filer?

Django Filer is a management application for Django that makes handling of files and images a breeze. The project is officially endorsed by the django CMS Association and a core plugin of django-cms.

Highlights of 2.1.1

The list of changes is very long. Here are a couple of highlights:

  • Add support for SVG images
  • Nicer icons in Django-Admin for Filer

Changelog

Check out the full list of changes in the changelog

Installation

Get the new version via https://pypi.org/project/django-filer/

Feedback

Join us in #workgroup-django-filer on Slack for feedback and questions. We are happy to meet you!

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.

Article

Make Your Django Application Editable

The CMS doesn't need to own your data to make it editable.