We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50fa00 commit ae535fdCopy full SHA for ae535fd
CHANGELOG.rst
@@ -2,6 +2,14 @@
2
Changelog
3
=========
4
5
+
6
+5.1.5.0 (2025-01-15)
7
+====================
8
9
+* Added support for Django 5.1.5
10
+ see https://www.djangoproject.com/weblog/2025/jan/14/security-releases/ for details
11
12
13
5.1.4.0 (2024-12-04)
14
====================
15
aldryn_django/__init__.py
@@ -1 +1 @@
1
-__version__ = '5.1.4.0'
+__version__ = '5.1.5.0'
setup.py
@@ -6,7 +6,7 @@
REQUIREMENTS = [
'aldryn-addons',
- 'Django==5.1.4',
+ 'Django==5.1.5',
# setup utils
'dj-database-url',
0 commit comments