We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0538d commit 144213fCopy full SHA for 144213f
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
Changelog
3
=========
4
5
+5.2.7.0 (2025-10-01)
6
+====================
7
+
8
+* Upgrade Django to 5.2.7
9
+ see https://docs.djangoproject.com/en/5.2/releases/5.2.7/ for details
10
11
12
5.2.6.0 (2025-09-03)
13
====================
14
aldryn_django/__init__.py
@@ -1 +1 @@
1
-__version__ = '5.2.6.0'
+__version__ = '5.2.7.0'
setup.py
@@ -6,7 +6,7 @@
REQUIREMENTS = [
'aldryn-addons',
- 'Django==5.2.6',
+ 'Django==5.2.7',
# setup utils
'dj-database-url',
0 commit comments