Skip to content

Releases: django-cms/django-filer

2.2.2

02 Aug 12:48
6a4706d

Choose a tag to compare

Fixes #1305

Installs django-filer with easy-thumbnail's optional SVG support.

2.2.1

05 Jun 21:32
2748a21

Choose a tag to compare

What's Changed

Full Changelog: 2.2...2.2.1

2.2

20 Apr 14:03
ee1a72e

Choose a tag to compare

2.2
  • Improve the list view of Folder permissions.
  • Fix: Folder permissions were disabled for descendants, if parent folder
    has type set to CHILDREN.
  • The input field for Folder changes from a standard HTML select element to
    a very wide autocomplete field, showing the complete path in Filer.
  • Fix: Upload invalid SVG file.
  • Add support for Python-3.10.
  • Switch theme for readthedocs to Furo.
  • Fix: 404 error when serving thumbnail.
  • Experimental support for Django-4.