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