We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125267f commit fa4834eCopy full SHA for fa4834e
CHANGELOG.rst
@@ -2,6 +2,14 @@
2
CHANGELOG
3
=========
4
5
+3.4.0 (2025-11-21)
6
+==================
7
+
8
+* feat: Add Django 6.0 support
9
+* feat: Add CSP support by collecting all JS code in bundles
10
+* fix: preserve "limit search to folder" state in pagination links #1553 by @benzkji in https://github.com/django-cms/django-filer/pull/1555
11
12
13
3.3.3 / 2025-11-07
14
==================
15
filer/__init__.py
@@ -13,4 +13,4 @@
8. Publish the release and it will automatically release to pypi
"""
16
-__version__ = '3.3.3'
+__version__ = '3.4.0'
0 commit comments