Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add link to deprecation announcement to readme #681

Merged
merged 4 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dj50_cms41.txt,
]
os: [
ubuntu-20.04,
ubuntu-latest,
]
exclude:
- python-version: 3.7
Expand Down
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ django CMS Text CKEditor
|pypi| |coverage| |python| |django| |djangocms| |djangocms4|


.. warning::

This package will be deprecated on March 31, 2025 and not receive any updates thereafter.
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/>`_.
Use `djangocms CMS Text <https://github.com/django-cms/djangocms-text>`_ as an alternative.


.. note::

Version 5 of this package does not include a move to CKEditor version 5
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# requirements from setup.py
django-filer>=1.4.0, <3.2.0
djangocms-picture>=2.1.0
djangocms-link>=2.2.1
djangocms-link>=2.2.1,<5
django-polymorphic>=2.0.3
Pillow
html5lib>=0.999999999
Expand Down
Loading