Skip to content

Commit 5149c5c

Browse files
authored
chore: Introduce dynamic badges from shields.io (#287)
1 parent fc51dc2 commit 5149c5c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
django CMS Frontend
33
#####################
44

5-
|pypi| |docs| |coverage| |python| |django| |djangocms| |djangocms4|
5+
|pypi| |docs| |coverage| |python| |django| |djangocms|
66

77
django CMS Frontend is a versatile plugin suite for django CMS that facilitates
88
the easy creation of reusable frontend components. It supports any CSS framework,
@@ -173,14 +173,14 @@ See `LICENSE <https://github.com/django-cms/djangocms-frontend/blob/master/LICEN
173173
.. |coverage| image:: https://codecov.io/gh/fsbraun/djangocms-frontend/branch/master/graph/badge.svg
174174
:target: https://codecov.io/gh/django-cms/djangocms-frontend
175175

176-
.. |python| image:: https://img.shields.io/badge/python-3.7+-blue.svg
177-
:target: https://pypi.org/project/djangocms-frontend/
176+
.. |python| image:: https://img.shields.io/pypi/pyversions/djangocms-frontend
177+
:alt: PyPI - Python Version
178+
:target: https://pypi.org/project/djangocms-frontend/
178179

179-
.. |django| image:: https://img.shields.io/badge/django-3.2+-blue.svg
180-
:target: https://www.djangoproject.com/
180+
.. |django| image:: https://img.shields.io/pypi/frameworkversions/django/djangocms-frontend
181+
:alt: PyPI - Django Versions from Framework Classifiers
182+
:target: https://www.djangoproject.com/
181183

182-
.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.8%2B-blue.svg
183-
:target: https://www.django-cms.org/
184-
185-
.. |djangocms4| image:: https://img.shields.io/badge/django%20CMS-4%2B-blue.svg
186-
:target: https://www.django-cms.org/en/preview-django-cms-40/
184+
.. |djangocms| image:: https://img.shields.io/pypi/frameworkversions/django-cms/djangocms-frontend
185+
:alt: PyPI - django CMS Versions from Framework Classifiers
186+
:target: https://www.django-cms.org/

0 commit comments

Comments
 (0)