Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 3ca0643

Browse files
authored
docs: Add link to deprecation announcement to readme (#681)
* docs: Add link to deprecation announcement to readme * Update base.txt * Update test.yml * Update README.rst
1 parent ae154ca commit 3ca0643

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
dj50_cms41.txt,
2828
]
2929
os: [
30-
ubuntu-20.04,
30+
ubuntu-latest,
3131
]
3232
exclude:
3333
- python-version: 3.7

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ django CMS Text CKEditor
55
|pypi| |coverage| |python| |django| |djangocms| |djangocms4|
66

77

8+
.. warning::
9+
10+
This package will be deprecated on March 31, 2025 and not receive any updates thereafter.
11+
See the `deprecation announcement <https://www.django-cms.org/en/blog/2024/12/13/deprecation-announcement-djangocms-text-ckeditor-to-be-replaced-by-djangocms-text-in-q1-2025/>`_.
12+
Use `djangocms CMS Text <https://github.com/django-cms/djangocms-text>`_ as an alternative.
13+
14+
815
.. note::
916

1017
Version 5 of this package does not include a move to CKEditor version 5

tests/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# requirements from setup.py
22
django-filer>=1.4.0, <3.2.0
33
djangocms-picture>=2.1.0
4-
djangocms-link>=2.2.1
4+
djangocms-link>=2.2.1,<5
55
django-polymorphic>=2.0.3
66
Pillow
77
html5lib>=0.999999999

0 commit comments

Comments
 (0)