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