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 9fd5691 commit 619434aCopy full SHA for 619434a
CHANGELOG.rst
@@ -2,6 +2,14 @@
2
Changelog
3
=========
4
5
+3.2.5 (2023-08-22)
6
+==================
7
+
8
+* Add support for Django 4.2+ dark mode switch buttons
9
+* Add support for Django 4 view related admin buttons
10
+* Improve styling compatibility with Django 4.2
11
+* Add support for search field in admin nav (new in Django 4.2)
12
13
3.2.4 (2023-04-25)
14
==================
15
djangocms_admin_style/__init__.py
@@ -16,4 +16,4 @@
16
10. Publish the release when ready
17
11. Github actions will publish the new package to pypi
18
"""
19
-__version__ = '3.2.4'
+__version__ = '3.2.5'
0 commit comments