diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6fe6a9d1..adef77fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: requirements-file: [ dj42_cms311.txt, dj42_cms41.txt, - dj50_cms41.txt + dj50_cms41.txt, dj51_cms41.txt ] os: [ diff --git a/README.rst b/README.rst index e13b38bb..7bd8ced1 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ djangocms-text ============== -|pypi| |coverage| |python| |django| |djangocms| |djangocms4| +|pypi| |coverage| |precommit| |python| |django| |djangocms| |djangocms4| ``djangocms-text`` is a flexible and extensible rich text editing solution for Django CMS. This package is designed as a replacement for ``djangocms-text-ckeditor``, @@ -327,9 +327,12 @@ Acknowledgments :target: https://codecov.io/gh/django-cms/djangocms-text .. |python| image:: https://img.shields.io/badge/python-3.10+-blue.svg :target: https://pypi.org/project/djangocms-text/ -.. |django| image:: https://img.shields.io/badge/django-3.2+-blue.svg +.. |django| image:: https://img.shields.io/badge/django-4.2+-blue.svg :target: https://www.djangoproject.com/ .. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.11%2B-blue.svg :target: https://www.django-cms.org/ .. |djangocms4| image:: https://img.shields.io/badge/django%20CMS-4-blue.svg :target: https://www.django-cms.org/ +.. |precommit| image:: https://results.pre-commit.ci/badge/github/django-cms/djangocms-text/main.svg + :target: https://results.pre-commit.ci/latest/github/django-cms/djangocms-text/main + :alt: pre-commit.ci status