Skip to content

Commit 8b7d14b

Browse files
committed
chore: update django-cms version to 5.0.6 and Django to 5.2.11
1 parent 6a67925 commit 8b7d14b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
environment:
1414
DATABASE_URL: postgres://postgres@database_default:5432/db
1515
DEBUG: "True"
16+
SECURE_SSL_REDIRECT: "False"
1617
links:
1718
- "database_default"
1819
# The following command is used to start the local development server.

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ whitenoise
1212
easy-thumbnails
1313

1414
# key requirements for django CMS
15-
django-cms>=5.0.5
15+
django-cms>=5.0.6
1616
djangocms-versioning>=2.0.0
1717
djangocms-alias>=2.0.0
1818

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile --output-file=requirements.txt
66
#
77
asgiref==3.8.1
88
# via django
@@ -22,7 +22,7 @@ cssselect2==0.8.0
2222
# via svglib
2323
dj-database-url==3.0.0
2424
# via -r requirements.in
25-
django==5.2.3
25+
django==5.2.11
2626
# via
2727
# -r requirements.in
2828
# dj-database-url
@@ -45,7 +45,7 @@ django-classy-tags==4.1.0
4545
# via
4646
# django-cms
4747
# django-sekizai
48-
django-cms==5.0.5
48+
django-cms==5.0.6
4949
# via
5050
# -r requirements.in
5151
# djangocms-alias

0 commit comments

Comments
 (0)