We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b4014 commit e211112Copy full SHA for e211112
CHANGELOG.rst
@@ -3,6 +3,13 @@ Changelog
3
=========
4
5
6
+5.1.9.0 (2025-06-05)
7
+====================
8
+
9
+* Upgrade Django to 5.1.9
10
+ see https://www.djangoproject.com/weblog/2025/may/07/security-releases/ for details
11
12
13
5.1.8.0 (2025-04-03)
14
====================
15
aldryn_django/__init__.py
@@ -1 +1 @@
1
-__version__ = '5.1.8.0'
+__version__ = '5.1.9.0'
setup.py
@@ -6,7 +6,7 @@
REQUIREMENTS = [
'aldryn-addons',
- 'Django==5.1.8',
+ 'Django==5.1.9',
# setup utils
'dj-database-url',
0 commit comments