We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de6082 commit 14f684bCopy full SHA for 14f684b
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
Changelog
3
=========
4
5
+5.1.15.0 (2025-12-05)
6
+=====================
7
+
8
+* Upgrade Django to 5.1.15
9
+ see https://www.djangoproject.com/weblog/2025/dec/02/security-releases/ for details
10
11
12
5.1.14.0 (2025-11-07)
13
=====================
14
aldryn_django/__init__.py
@@ -1 +1 @@
1
-__version__ = "5.1.14.0"
+__version__ = "5.1.15.0"
setup.py
@@ -5,7 +5,7 @@
REQUIREMENTS = [
"aldryn-addons",
- "Django==5.1.14",
+ "Django==5.1.15",
# setup utils
"dj-database-url",
"dj-email-url",
0 commit comments