Skip to content

Commit

Permalink
Merge remote-tracking branch 'dCA/master' into feature/issue-648-unab…
Browse files Browse the repository at this point in the history
…le-to-unlink
  • Loading branch information
jrief committed Sep 20, 2023
2 parents 0df1291 + 10de493 commit 4802bdf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install gulp
run: npm install -g [email protected]
- name: Install npm
run: npm install --location=global npm@latest
- name: Install dependencies
run: npm install
# - name: Run gulp
Expand Down
2 changes: 2 additions & 0 deletions tests/requirements/dj22_cms37.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-r base.txt
django-mptt
django-treebeard<4.5

Django>=2.2,<3.0
django-cms>=3.7,<3.8
2 changes: 2 additions & 0 deletions tests/requirements/dj22_cms38.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-r base.txt
django-mptt
django-treebeard<4.5

Django>=2.2,<3.0
django-cms>=3.8,<3.9
2 changes: 2 additions & 0 deletions tests/requirements/dj22_cms40.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-r base.txt
django-mptt
django-treebeard<4.5

Django>=2.2,<2.3
git+https://github.com/django-cms/django-cms@release/4.0.x#egg=django-cms
1 change: 1 addition & 0 deletions tests/requirements/dj31_cms38.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r base.txt
django-mptt

Django>=3.1,<3.2
django-cms>=3.8,<3.9
1 change: 0 additions & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def __getitem__(self, item):
'INSTALLED_APPS': [
'easy_thumbnails',
'filer',
'mptt',
'djangocms_picture',
'djangocms_link',
'djangocms_text_ckeditor',
Expand Down

0 comments on commit 4802bdf

Please sign in to comment.