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