We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21249e commit 0e7ca96Copy full SHA for 0e7ca96
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
Changelog
3
=========
4
5
+5.2.12.0 (2026-03-03)
6
+=====================
7
+
8
+* Upgrade Django to 5.2.12
9
+ see https://www.djangoproject.com/weblog/2026/mar/03/security-releases/ for details
10
11
12
5.2.11.0 (2026-02-03)
13
=====================
14
aldryn_django/__init__.py
@@ -1 +1 @@
1
-__version__ = "5.2.11.0"
+__version__ = "5.2.12.0"
setup.py
@@ -5,7 +5,7 @@
REQUIREMENTS = [
"aldryn-addons",
- "Django==5.2.11",
+ "Django==5.2.12",
# setup utils
"dj-database-url",
"dj-email-url",
0 commit comments