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