Skip to content

Commit 8754e88

Browse files
authored
Merge branch 'django-cms:master' into master
2 parents b6e5f34 + cb8f95c commit 8754e88

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: '3.11'
2020
cache: 'pip'
2121
- name: Cache dependencies
22-
uses: actions/[email protected].1
22+
uses: actions/[email protected].2
2323
with:
2424
path: ~/.cache/pip
2525
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.in') }}
@@ -44,7 +44,7 @@ jobs:
4444
python-version: '3.11'
4545
cache: 'pip'
4646
- name: Cache dependencies
47-
uses: actions/[email protected].1
47+
uses: actions/[email protected].2
4848
with:
4949
path: ~/.cache/pip
5050
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.in') }}

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"django-filer>=1.7",
1010
"easy-thumbnails",
1111
"djangocms-attributes-field>=1",
12-
"djangocms-text-ckeditor>=3.1.0",
1312
"django-entangled>=0.5.4",
1413
]
1514

@@ -25,9 +24,11 @@
2524
"django-parler",
2625
"djangocms-versioning>=2.0.0",
2726
"djangocms-alias>=2.0.0",
27+
"djangocms-text",
2828
],
2929
"cms-3": [
3030
"django-cms<4",
31+
"djangocms-text-ckeditor>=3.1.0",
3132
"django-parler",
3233
],
3334
}

0 commit comments

Comments
 (0)